##// END OF EJS Templates
tests: fix style issue of importing order in test-lock.py...
FUJIWARA Katsunori -
r40240:5d50c9ff default
parent child Browse files
Show More
@@ -2,11 +2,12 b' from __future__ import absolute_import'
2
2
3 import copy
3 import copy
4 import errno
4 import errno
5 import silenttestrunner
6 import tempfile
5 import tempfile
7 import types
6 import types
8 import unittest
7 import unittest
9
8
9 import silenttestrunner
10
10 from mercurial import (
11 from mercurial import (
11 encoding,
12 encoding,
12 error,
13 error,
General Comments 0
You need to be logged in to leave comments. Login now