mercurial/sshrepo.py
changeset 6212 e75aab656f46
parent 6211 f89fd07fc51d
child 6313 c5580db9c3aa
--- a/mercurial/sshrepo.py	Thu Mar 06 22:23:26 2008 +0100
+++ b/mercurial/sshrepo.py	Thu Mar 06 22:23:41 2008 +0100
@@ -8,7 +8,7 @@
 from node import bin, hex
 from remoterepo import remotelock, remoterepository
 from i18n import _
-import repo, os, re, stat, util
+import repo, os, re, util
 
 class sshrepository(remoterepository):
     def __init__(self, ui, path, create=0):