diff -r 68ec7b9e09a4 -r 59b3639df0a9 contrib/hbisect.py --- a/contrib/hbisect.py Thu Nov 17 19:38:57 2005 +0100 +++ b/contrib/hbisect.py Fri Nov 18 22:48:47 2005 -0800 @@ -26,7 +26,7 @@ ui.warn("Repository is not clean, please commit or revert\n") sys.exit(1) -class bisect: +class bisect(object): """dichotomic search in the DAG of changesets""" def __init__(self, ui, repo): self.repo = repo