docker_fetch icon indicating copy to clipboard operation
docker_fetch copied to clipboard

Port to Python3

Open sir-ragna opened this issue 6 years ago • 0 comments

I used 2to3-3.8. Tested in Python3.

I did not test in Python2. If Python 2 compatibility remains a requirement the following lines could be added.

from __future__ import print_function
if hasattr(__builtins__, 'raw_input'):
    input = raw_input

sir-ragna avatar Jan 26 '20 10:01 sir-ragna