changeset 11596 | 47ca289a3a08 |
parent 11592 | 26e0782b8380 |
child 12062 | c327bfa5e831 |
--- a/mercurial/sshrepo.py Thu Jul 15 15:05:04 2010 -0500 +++ b/mercurial/sshrepo.py Thu Jul 15 15:06:45 2010 -0500 @@ -5,10 +5,9 @@ # This software may be used and distributed according to the terms of the # GNU General Public License version 2 or any later version. -from node import bin, hex from i18n import _ -import repo, util, error, encoding, wireproto -import re, urllib +import repo, util, error, wireproto +import re class remotelock(object): def __init__(self, repo):