Changeset 59:bc85231806ed in stamper


Ignore:
Timestamp:
Nov 10, 2014, 12:34:21 PM (9 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

Back to raw_input, at least while we don't check the docs on input
to use it properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stamper/stamper.py

    r58 r59  
    397397            confirm = ''
    398398            while confirm.lower() not in ['y', 'n']:
    399                 confirm = input('delete stamp? (y/n) ')
     399                confirm = raw_input('delete stamp? (y/n) ')
    400400                confirm = confirm.lower()
    401401            if confirm == 'y':
Note: See TracChangeset for help on using the changeset viewer.