docker_fetch
docker_fetch copied to clipboard
Port to Python3
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