Show More
@@ -1,8 +1,9 b'' | |||||
1 | from __future__ import absolute_import, print_function |
|
1 | from __future__ import absolute_import, print_function | |
2 |
|
2 | |||
3 | import StringIO |
|
3 | import StringIO | |
4 |
|
4 | from mercurial import ( | ||
5 | from mercurial import wireproto |
|
5 | wireproto, | |
|
6 | ) | |||
6 |
|
7 | |||
7 | class proto(object): |
|
8 | class proto(object): | |
8 | def __init__(self, args): |
|
9 | def __init__(self, args): |
General Comments 0
You need to be logged in to leave comments.
Login now