tests/test-hgwebdir-paths.py
changeset 30559 d83ca854fa21
parent 28932 4eac86331acb
child 37879 81455f482478
--- a/tests/test-hgwebdir-paths.py	Wed Nov 30 19:23:04 2016 +0000
+++ b/tests/test-hgwebdir-paths.py	Sat Oct 22 14:35:10 2016 +0900
@@ -15,7 +15,7 @@
 
 webdir = os.path.realpath('.')
 
-u = uimod.ui()
+u = uimod.ui.load()
 hg.repository(u, 'a', create=1)
 hg.repository(u, 'b', create=1)
 os.chdir('b')