tests/test-ui-config.py
changeset 25660 328739ea70c3
parent 14171 fa2b596db182
child 28680 ae606bdedc3e
--- a/tests/test-ui-config.py	Tue Jun 23 22:38:21 2015 -0700
+++ b/tests/test-ui-config.py	Tue Jun 23 22:20:08 2015 -0700
@@ -39,7 +39,7 @@
 print "---"
 try:
     print repr(testui.configbool('values', 'string'))
-except error.ConfigError, inst:
+except error.ConfigError as inst:
     print inst
 print repr(testui.configbool('values', 'bool1'))
 print repr(testui.configbool('values', 'bool2'))