tests/test-hgweb-auth.py
changeset 30559 d83ca854fa21
parent 29377 2c019aac6b99
child 34023 ba479850c9c7
--- a/tests/test-hgweb-auth.py	Wed Nov 30 19:23:04 2016 +0000
+++ b/tests/test-hgweb-auth.py	Sat Oct 22 14:35:10 2016 +0900
@@ -15,7 +15,7 @@
     def interactive(self):
         return False
 
-origui = myui()
+origui = myui.load()
 
 def writeauth(items):
     ui = origui.copy()