diff mercurial/cmdutil.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 0289f384e1e5
children e0ed17984a48
line wrap: on
line diff
--- a/mercurial/cmdutil.py	Wed Jun 10 03:20:20 2009 +0200
+++ b/mercurial/cmdutil.py	Wed Jun 10 15:10:21 2009 +0200
@@ -1110,7 +1110,7 @@
                 fncache[rev] = matches
                 wanted.add(rev)
 
-    class followfilter:
+    class followfilter(object):
         def __init__(self, onlyfirst=False):
             self.startrev = nullrev
             self.roots = []