Aldwin Pollefeyt <aldwinald...@gmail.com> added the comment:

There is a reindent.py tool to help you in this case. After running the 2to3 on 
the FrisPy, I tried the reindent tool, and the example worked fine afterwards.

$ wget 
https://raw.githubusercontent.com/python/cpython/master/Tools/scripts/reindent.py
$ python3 reindent.py -r .
$ python3 example.py

----------
nosy: +aldwinaldwin

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37714>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to