Changeset 74:2290b564b51e in stamper
- Timestamp:
- Sep 26, 2019, 4:23:31 PM (5 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stamper/stamper.py
r71 r74 349 349 confirm = '' 350 350 while confirm.lower() not in ['y', 'n']: 351 confirm = raw_input('delete stamp? (y/n) ')351 confirm = input('delete stamp? (y/n) ') 352 352 confirm = confirm.lower() 353 353 if confirm == 'y':
Note:
See TracChangeset
for help on using the changeset viewer.