Disable demandloading in setup.py
authorMatt Mackall <mpm@selenic.com>
Thu, 14 Dec 2006 20:31:33 -0600
changeset 3892 d6cc510dfe5e
parent 3891 6b4127c7d52a
child 3893 070628929e1f
child 3897 7034020aeaf9
Disable demandloading in setup.py
setup.py
--- 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: