toolsutils.py
branchstable
changeset 4721 8f63691ccb7f
parent 4556 43c14e0e8972
child 5021 58e89f3dfbae
child 5324 449cc4fa9c42
--- a/toolsutils.py	Fri Feb 26 13:21:13 2010 +0100
+++ b/toolsutils.py	Fri Feb 26 13:24:47 2010 +0100
@@ -82,7 +82,7 @@
         if askconfirm:
             print
             print diffs
-            action = ASK.ask('Replace ?', ('N','y','q'), 'N')
+            action = ASK.ask('Replace ?', ('N', 'y', 'q'), 'N')
         else:
             action = 'y'
         if action == 'y':