mercurial/localrepo.py
changeset 1559 59b3639df0a9
parent 1551 e793cbc8be00
child 1581 db10b7114de0
child 1582 63799b01985c
--- a/mercurial/localrepo.py	Thu Nov 17 19:38:57 2005 +0100
+++ b/mercurial/localrepo.py	Fri Nov 18 22:48:47 2005 -0800
@@ -12,7 +12,7 @@
 from demandload import *
 demandload(globals(), "re lock transaction tempfile stat mdiff errno")
 
-class localrepository:
+class localrepository(object):
     def __init__(self, ui, path=None, create=0):
         if not path:
             p = os.getcwd()