# HG changeset patch # User Alexis S. L. Carvalho # Date 1187457955 10800 # Node ID 74650bcacc09be967aa80fae3cb5ebf48808839e # Parent 55860a45bbf281dfe9f8d081f9f1498064652151 Remove demandimport.enable from dispatch.py diff -r 55860a45bbf2 -r 74650bcacc09 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