Mercurial > hg-stable
diff hgext/convert/subversion.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 | 46b5b4301fcc |
children | eb7b247a98ea |
line wrap: on
line diff
--- a/hgext/convert/subversion.py Wed Jun 10 03:20:20 2009 +0200 +++ b/hgext/convert/subversion.py Wed Jun 10 15:10:21 2009 +0200 @@ -118,7 +118,7 @@ args = decodeargs(sys.stdin.read()) get_log_child(sys.stdout, *args) -class logstream: +class logstream(object): """Interruptible revision log iterator.""" def __init__(self, stdout): self._stdout = stdout