strips icon indicating copy to clipboard operation
strips copied to clipboard

Update strips.py so it works under python3

Open ghost opened this issue 8 years ago • 1 comments

I changed the print-method to function call and raw_input() to input()

ghost avatar Jan 31 '17 22:01 ghost

Thanks! This is definitely a good idea. The only problem is that these changes break python 2 compatibility. I'm happy to accept a pull request that makes it compatible with both (http://python-future.org/compatible_idioms.html).

tansey avatar Jan 31 '17 22:01 tansey