-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
The command was initially developed for Python 2, but now breaks with Python 3.
These only small changes are needed to correct the errors:
s3_directory_generator.py: renameurlparsetourllib.parsesee The urlparse module is renamed to urllib.parse in Python 3 FriendCode/gittle#49main.py: remove that unused import
ModuleNotFoundError: No module named 'urlparse'
main.py: use the standardtry exceptsyntax.
except SyntaxError, e:
^
SyntaxError: invalid syntax
ncdu_data_writer.py: replacexrangewithrangethat are now equivalent : see range-vs-xrange-python
NameError: name 'xrange' is not defined
AttributeError: module 'itertools' has no attribute 'izip_longest'
Binternet and vovaxnz
Metadata
Metadata
Assignees
Labels
No labels