tests/test-hook.t
changeset 41742 d7ce1ea7a5f2
parent 41650 f8443db3032e
child 41901 94faa2e84094
--- a/tests/test-hook.t	Mon Feb 18 00:27:25 2019 +0900
+++ b/tests/test-hook.t	Mon Feb 18 00:27:25 2019 +0900
@@ -855,7 +855,7 @@
   > def printtags(ui, repo, **args):
   >     ui.write(b'[%s]\n' % b', '.join(sorted(repo.tags())))
   > 
-  > class container:
+  > class container(object):
   >     unreachable = 1
   > EOF