hgext/inotify/__init__.py
changeset 8778 c5f36402daad
parent 8656 284fda4cd093
child 8790 72af80052bd9
--- a/hgext/inotify/__init__.py	Wed Jun 10 03:20:20 2009 +0200
+++ b/hgext/inotify/__init__.py	Wed Jun 10 15:10:21 2009 +0200
@@ -23,7 +23,7 @@
     if timeout:
         timeout = float(timeout) * 1e3
 
-    class service:
+    class service(object):
         def init(self):
             try:
                 self.master = server.master(ui, repo, timeout)