##// END OF EJS Templates
tests: define class in modern style to avoid check-code.py error...
FUJIWARA Katsunori -
r41880:d7ce1ea7 default
parent child Browse files
Show More
@@ -855,7 +855,7 b' preoutgoing hook can prevent outgoing ch'
855 > def printtags(ui, repo, **args):
855 > def printtags(ui, repo, **args):
856 > ui.write(b'[%s]\n' % b', '.join(sorted(repo.tags())))
856 > ui.write(b'[%s]\n' % b', '.join(sorted(repo.tags())))
857 >
857 >
858 > class container:
858 > class container(object):
859 > unreachable = 1
859 > unreachable = 1
860 > EOF
860 > EOF
861
861
General Comments 0
You need to be logged in to leave comments. Login now