tests/test-propertycache.py
changeset 28755 84673a7c54af
parent 21024 7731a2281cf0
child 28762 61ba04ae6a2f
--- a/tests/test-propertycache.py	Mon Apr 04 03:14:16 2016 +0300
+++ b/tests/test-propertycache.py	Mon Apr 04 03:16:18 2016 +0300
@@ -4,7 +4,9 @@
 property cache of both localrepo and repoview to prevent
 regression."""
 
-import os, subprocess
+from __future__ import absolute_import
+import os
+import subprocess
 import mercurial.localrepo
 import mercurial.repoview
 import mercurial.util