mercurial/commands.py
changeset 8778 c5f36402daad
parent 8761 0289f384e1e5
child 8779 708938509732
--- a/mercurial/commands.py	Wed Jun 10 03:20:20 2009 +0200
+++ b/mercurial/commands.py	Wed Jun 10 15:10:21 2009 +0200
@@ -2697,7 +2697,7 @@
         raise error.RepoError(_("There is no Mercurial repository here"
                                 " (.hg not found)"))
 
-    class service:
+    class service(object):
         def init(self):
             util.set_signal_handler()
             self.httpd = server.create_server(baseui, repo)