##// END OF EJS Templates
Disable demandloading in setup.py
Matt Mackall -
r3892:d6cc510d default
parent child Browse files
Show More
@@ -14,6 +14,8 b' from distutils.core import setup, Extens'
14 14 from distutils.command.install_data import install_data
15 15
16 16 import mercurial.version
17 import mercurial.demandimport
18 mercurial.demandimport.enable = lambda: None
17 19
18 20 # py2exe needs to be installed to work
19 21 try:
General Comments 0
You need to be logged in to leave comments. Login now