mercurial/cmdutil.py
changeset 3886 abaee83ce0a6
parent 3885 1e0b94cfba0e
child 3893 6b4127c7d52a
--- a/mercurial/cmdutil.py
+++ b/mercurial/cmdutil.py
@@ -5,11 +5,9 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
-from demandload import demandload
 from node import *
 from i18n import gettext as _
-demandload(globals(), 'os sys')
-demandload(globals(), 'mdiff util templater patch')
+import os, sys, mdiff, util, templater, patch
 
 revrangesep = ':'