comparison mercurial/repo.py @ 7873:4a4c7f6a5912

cleanup: drop unused imports
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Mon, 23 Mar 2009 13:12:07 +0100
parents 1d54e2f6c0b7
children 46293a0c7e9f
comparison
equal deleted inserted replaced
7872:f680a1bd679b 7873:4a4c7f6a5912
5 # 5 #
6 # This software may be used and distributed according to the terms 6 # This software may be used and distributed according to the terms
7 # of the GNU General Public License, incorporated herein by reference. 7 # of the GNU General Public License, incorporated herein by reference.
8 8
9 from i18n import _ 9 from i18n import _
10 import error
10 11
11 class repository(object): 12 class repository(object):
12 def capable(self, name): 13 def capable(self, name):
13 '''tell whether repo supports named capability. 14 '''tell whether repo supports named capability.
14 return False if not supported. 15 return False if not supported.