toolsutils.py
changeset 5328 c51e8f62652a
parent 5184 955ee1b24756
parent 5324 449cc4fa9c42
child 5423 e15abfdcce38
--- a/toolsutils.py	Mon Apr 19 13:51:16 2010 +0200
+++ b/toolsutils.py	Mon Apr 19 13:52:55 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':