##// END OF EJS Templates
py3: use multi-line import in test-wireproto.py...
timeless -
r28860:50d11dd8 default
parent child Browse files
Show More
@@ -1,8 +1,9 b''
1 1 from __future__ import absolute_import, print_function
2 2
3 3 import StringIO
4
5 from mercurial import wireproto
4 from mercurial import (
5 wireproto,
6 )
6 7
7 8 class proto(object):
8 9 def __init__(self, args):
General Comments 0
You need to be logged in to leave comments. Login now