mercurial/sshrepo.py
changeset 8312 b87a50b7125c
parent 8225 46293a0c7e9f
child 8339 f55869abb5c3
--- a/mercurial/sshrepo.py	Thu May 07 15:08:25 2009 +0300
+++ b/mercurial/sshrepo.py	Tue Apr 28 17:40:46 2009 +0200
@@ -7,7 +7,8 @@
 
 from node import bin, hex
 from i18n import _
-import repo, re, util, error
+import repo, util, error
+import re
 
 class remotelock(object):
     def __init__(self, repo):