Remove demandimport.enable from dispatch.py
authorAlexis S. L. Carvalho <alexis@cecm.usp.br>
Sat, 18 Aug 2007 14:25:55 -0300
changeset 5198 74650bcacc09
parent 5197 55860a45bbf2
child 5199 94e77a174f55
Remove demandimport.enable from dispatch.py
mercurial/dispatch.py
--- a/mercurial/dispatch.py	Sat Aug 18 11:37:08 2007 +0200
+++ b/mercurial/dispatch.py	Sat Aug 18 14:25:55 2007 -0300
@@ -5,7 +5,6 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
-import demandimport; demandimport.enable()
 from node import *
 from i18n import _
 import os, sys, atexit, signal, pdb, traceback, socket, errno, shlex, time