changeset 28804:ce49c8d4f0bb

test-duplicateoptions: alias ui as uimod
author Yuya Nishihara <yuya@tcha.org>
date Tue, 05 Apr 2016 23:17:05 +0900
parents 76c091f9711e
children efc739551c17
files tests/test-duplicateoptions.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-duplicateoptions.py	Tue Apr 05 23:16:16 2016 +0900
+++ b/tests/test-duplicateoptions.py	Tue Apr 05 23:17:05 2016 +0900
@@ -3,7 +3,7 @@
 from mercurial import (
     commands,
     extensions,
-    ui,
+    ui as uimod,
 )
 
 ignore = set(['highlight', 'win32text', 'factotum'])
@@ -21,7 +21,7 @@
 
 hgrc.close()
 
-u = ui.ui()
+u = uimod.ui()
 extensions.loadall(u)
 
 globalshort = set()