mercurial/sshrepo.py
changeset 7873 4a4c7f6a5912
parent 7642 84346894def8
child 8150 bbc24c0753a0
--- a/mercurial/sshrepo.py	Mon Mar 23 13:12:03 2009 +0100
+++ b/mercurial/sshrepo.py	Mon Mar 23 13:12:07 2009 +0100
@@ -7,7 +7,7 @@
 
 from node import bin, hex
 from i18n import _
-import repo, os, re, util, error
+import repo, re, util, error
 
 class remotelock(object):
     def __init__(self, repo):