Skip to content

Conversation

@volmasoft
Copy link
Owner

Hacked it to work on python3 temporarily.
(1) Used futurize on every py file:
find . -name "*.py" | while read FILE; do futurize -0 -w -a -n $FILE; done
(2) Converted
sys.stderr.write(traceback.format_exc(exc))
to
sys.stderr.write(traceback.format_exc())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants