# HG changeset patch # User Matt Mackall # Date 1166149893 21600 # Node ID d6cc510dfe5e191b7b19422cbd3b3aaa04e46fc2 # Parent 6b4127c7d52a103f574945b1197bbe5c786d2580 Disable demandloading in setup.py diff -r 6b4127c7d52a -r d6cc510dfe5e 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: