##// 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 3 import copy
4 4 import errno
5 import silenttestrunner
6 5 import tempfile
7 6 import types
8 7 import unittest
9 8
9 import silenttestrunner
10
10 11 from mercurial import (
11 12 encoding,
12 13 error,
General Comments 0
You need to be logged in to leave comments. Login now