mercurial/sshrepo.py
changeset 6211 f89fd07fc51d
parent 6001 30d2fecaab76
child 6212 e75aab656f46
--- a/mercurial/sshrepo.py	Fri Mar 07 00:24:36 2008 +0100
+++ b/mercurial/sshrepo.py	Thu Mar 06 22:23:26 2008 +0100
@@ -5,8 +5,8 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
-from node import *
-from remoterepo import *
+from node import bin, hex
+from remoterepo import remotelock, remoterepository
 from i18n import _
 import repo, os, re, stat, util