Changeset 59:bc85231806ed in stamper
- Timestamp:
- Nov 10, 2014, 12:34:21 PM (10 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stamper/stamper.py
r58 r59 397 397 confirm = '' 398 398 while confirm.lower() not in ['y', 'n']: 399 confirm = input('delete stamp? (y/n) ')399 confirm = raw_input('delete stamp? (y/n) ') 400 400 confirm = confirm.lower() 401 401 if confirm == 'y':
Note:
See TracChangeset
for help on using the changeset viewer.