toolsutils.py
branchstable
changeset 5324 449cc4fa9c42
parent 4721 8f63691ccb7f
child 5328 c51e8f62652a
child 5421 8167de96c523
--- a/toolsutils.py	Fri Apr 16 19:45:11 2010 +0200
+++ b/toolsutils.py	Mon Apr 19 13:35:57 2010 +0200
@@ -82,7 +82,7 @@
         if askconfirm:
             print
             print diffs
-            action = ASK.ask('Replace ?', ('N', 'y', 'q'), 'N')
+            action = ASK.ask('Replace ?', ('Y', 'n', 'q'), 'Y').lower()
         else:
             action = 'y'
         if action == 'y':