Mercurial > public > mercurial-scm > hg
comparison mercurial/sshrepo.py @ 7873:4a4c7f6a5912
cleanup: drop unused imports
author | Peter Arrenbrecht <peter.arrenbrecht@gmail.com> |
---|---|
date | Mon, 23 Mar 2009 13:12:07 +0100 |
parents | 84346894def8 |
children | bbc24c0753a0 |
comparison
equal
deleted
inserted
replaced
7872:f680a1bd679b | 7873:4a4c7f6a5912 |
---|---|
5 # This software may be used and distributed according to the terms | 5 # This software may be used and distributed according to the terms |
6 # of the GNU General Public License, incorporated herein by reference. | 6 # of the GNU General Public License, incorporated herein by reference. |
7 | 7 |
8 from node import bin, hex | 8 from node import bin, hex |
9 from i18n import _ | 9 from i18n import _ |
10 import repo, os, re, util, error | 10 import repo, re, util, error |
11 | 11 |
12 class remotelock(object): | 12 class remotelock(object): |
13 def __init__(self, repo): | 13 def __init__(self, repo): |
14 self.repo = repo | 14 self.repo = repo |
15 def release(self): | 15 def release(self): |