a2sv icon indicating copy to clipboard operation
a2sv copied to clipboard

This script works only with Python 2

Open tappoz opened this issue 5 years ago • 1 comments

Is it possible to make the code in a2sv.py compatible with Python 3? E.g. moving from print 'abc' to print('abc').

As an alternative the script could check at runtime the Python version with sys.version or sys.version_info[0] and stop the execution if not Python 2.

tappoz avatar Feb 19 '20 14:02 tappoz

2to3

w9w avatar Oct 24 '20 15:10 w9w