mercurial/repo.py
changeset 7873 4a4c7f6a5912
parent 7637 1d54e2f6c0b7
child 8225 46293a0c7e9f
--- a/mercurial/repo.py	Mon Mar 23 13:12:03 2009 +0100
+++ b/mercurial/repo.py	Mon Mar 23 13:12:07 2009 +0100
@@ -7,6 +7,7 @@
 # of the GNU General Public License, incorporated herein by reference.
 
 from i18n import _
+import error
 
 class repository(object):
     def capable(self, name):