diff tests/test-revlog-ancestry.py @ 28763:abe605bbf0de

py3: use absolute_import in test-revlog-ancestry.py
author Robert Stanca <robert.stanca7@gmail.com>
date Mon, 04 Apr 2016 05:09:24 +0300
parents 43c00ca887d1
children e677b8daeb3f
line wrap: on
line diff
--- a/tests/test-revlog-ancestry.py	Mon Apr 04 04:56:05 2016 +0300
+++ b/tests/test-revlog-ancestry.py	Mon Apr 04 05:09:24 2016 +0300
@@ -1,5 +1,10 @@
+from __future__ import absolute_import
 import os
-from mercurial import hg, ui, merge
+from mercurial import (
+    hg,
+    merge,
+    ui,
+)
 
 u = ui.ui()