mercurial/hgweb/webcommands.py
changeset 49037 642e31cb55f0
parent 49004 f254fc73d956
child 49292 d44e3c45f0e4
--- a/mercurial/hgweb/webcommands.py	Mon Feb 21 13:03:43 2022 -0700
+++ b/mercurial/hgweb/webcommands.py	Mon Feb 21 13:08:28 2022 -0700
@@ -46,7 +46,7 @@
 commands = {}
 
 
-class webcommand(object):
+class webcommand:
     """Decorator used to register a web command handler.
 
     The decorator takes as its positional arguments the name/path the