mercurial/sshserver.py
changeset 6211 f89fd07fc51d
parent 5833 323b9c55b328
child 6563 3b6f18851d87
--- a/mercurial/sshserver.py	Fri Mar 07 00:24:36 2008 +0100
+++ b/mercurial/sshserver.py	Thu Mar 06 22:23:26 2008 +0100
@@ -7,7 +7,7 @@
 # of the GNU General Public License, incorporated herein by reference.
 
 from i18n import _
-from node import *
+from node import bin, hex
 import os, streamclone, sys, tempfile, util, hook
 
 class sshserver(object):