tests/test-lrucachedict.py
changeset 28930 e3f01188d439
parent 27576 6cd3044985c2
child 28931 ba0e4789bd2e
--- a/tests/test-lrucachedict.py	Sat Apr 16 03:08:16 2016 +0530
+++ b/tests/test-lrucachedict.py	Sat Apr 16 03:10:41 2016 +0530
@@ -1,4 +1,8 @@
-from mercurial import util
+from __future__ import absolute_import
+
+from mercurial import (
+    util,
+)
 
 def printifpresent(d, xs, name='d'):
     for x in xs: