tests/test-revlog-ancestry.py
changeset 28842 d466facc5a6e
parent 28764 e677b8daeb3f
child 30559 d83ca854fa21
--- a/tests/test-revlog-ancestry.py	Tue Apr 05 23:23:43 2016 +0900
+++ b/tests/test-revlog-ancestry.py	Tue Apr 05 23:35:45 2016 +0900
@@ -3,10 +3,10 @@
 from mercurial import (
     hg,
     merge,
-    ui,
+    ui as uimod,
 )
 
-u = ui.ui()
+u = uimod.ui()
 
 repo = hg.repository(u, 'test1', create=1)
 os.chdir('test1')