tests/test-lock.py
changeset 40204 5d50c9ffaebb
parent 39948 5ee3146c1b20
child 41481 5880b4e762cd
--- a/tests/test-lock.py	Mon Oct 08 10:10:06 2018 +0900
+++ b/tests/test-lock.py	Mon Oct 08 10:45:36 2018 +0900
@@ -2,11 +2,12 @@
 
 import copy
 import errno
-import silenttestrunner
 import tempfile
 import types
 import unittest
 
+import silenttestrunner
+
 from mercurial import (
     encoding,
     error,