mercurial/sshserver.py
changeset 3886 abaee83ce0a6
parent 3447 ef1032c223e7
child 3893 6b4127c7d52a
--- a/mercurial/sshserver.py
+++ b/mercurial/sshserver.py
@@ -6,10 +6,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 i18n import gettext as _
 from node import *
-demandload(globals(), "os streamclone sys tempfile util")
+import os, streamclone, sys, tempfile, util
 
 class sshserver(object):
     def __init__(self, ui, repo):