Mercurial > public > mercurial-scm > hg-stable
diff mercurial/store.py @ 8778:c5f36402daad
use new style classes
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Wed, 10 Jun 2009 15:10:21 +0200 |
parents | c31fe74a6633 |
children | 996c1cd8f530 |
line wrap: on
line diff
--- a/mercurial/store.py Wed Jun 10 03:20:20 2009 +0200 +++ b/mercurial/store.py Wed Jun 10 15:10:21 2009 +0200 @@ -165,7 +165,7 @@ _data = 'data 00manifest.d 00manifest.i 00changelog.d 00changelog.i' -class basicstore: +class basicstore(object): '''base class for local repository stores''' def __init__(self, path, opener, pathjoiner): self.pathjoiner = pathjoiner