changeset 3892:d6cc510dfe5e

Disable demandloading in setup.py
author Matt Mackall <mpm@selenic.com>
date Thu, 14 Dec 2006 20:31:33 -0600
parents 6b4127c7d52a
children 070628929e1f 7034020aeaf9
files setup.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Thu Dec 14 20:25:19 2006 -0600
+++ b/setup.py	Thu Dec 14 20:31:33 2006 -0600
@@ -14,6 +14,8 @@
 from distutils.command.install_data import install_data
 
 import mercurial.version
+import mercurial.demandimport
+mercurial.demandimport.enable = lambda: None
 
 # py2exe needs to be installed to work
 try: