tests/test-context.py
changeset 30559 d83ca854fa21
parent 29187 aec5d8561be2
child 31270 59aec562a50b
--- a/tests/test-context.py	Wed Nov 30 19:23:04 2016 +0000
+++ b/tests/test-context.py	Sat Oct 22 14:35:10 2016 +0900
@@ -7,7 +7,7 @@
     ui as uimod,
 )
 
-u = uimod.ui()
+u = uimod.ui.load()
 
 repo = hg.repository(u, 'test1', create=1)
 os.chdir('test1')