diff -r cbeb54ec0481 -r d83ca854fa21 tests/test-hgwebdir-paths.py --- 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')