tests/test-ui-color.py
changeset 30559 d83ca854fa21
parent 28915 40afa22bee9b
child 31095 b4cb86ab4c71
--- a/tests/test-ui-color.py	Wed Nov 30 19:23:04 2016 +0000
+++ b/tests/test-ui-color.py	Sat Oct 22 14:35:10 2016 +0900
@@ -23,7 +23,7 @@
 hgrc.write('color=\n')
 hgrc.close()
 
-ui_ = uimod.ui()
+ui_ = uimod.ui.load()
 ui_.setconfig('ui', 'formatted', 'True')
 
 # we're not interested in the output, so write that to devnull