diff -r 1e0b94cfba0e -r abaee83ce0a6 mercurial/sshserver.py --- a/mercurial/sshserver.py Tue Dec 12 18:16:23 2006 -0600 +++ b/mercurial/sshserver.py Wed Dec 13 13:27:09 2006 -0600 @@ -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):