mercurial/streamclone.py
changeset 3877 abaee83ce0a6
parent 3856 f9e129684b5d
child 3891 6b4127c7d52a
--- a/mercurial/streamclone.py	Tue Dec 12 18:16:23 2006 -0600
+++ b/mercurial/streamclone.py	Wed Dec 13 13:27:09 2006 -0600
@@ -5,9 +5,8 @@
 # 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 i18n import gettext as _
-demandload(globals(), "os stat util lock")
+import os, stat, util, lock
 
 # if server supports streaming clone, it advertises "stream"
 # capability with value that is version+flags of repo it is serving.