chevah / pythia

Chevah's Python 3 distribution
MIT License
4 stars 2 forks source link

Update pavement.py for Py3. #22

Closed adiroiban closed 2 years ago

adiroiban commented 3 years ago

The current pavememnt.py from pythia is py2 only syntax.

it should be updated to py3.

one option is to use - https://github.com/asottile/pyupgrade for automat migration.

compileall can be removed, as that was a hack for py2 to allow unicode handling...but py3 should work just fine.

I will ask Dan to work on this... trying to see how to assign this ticket to Dan.

dumol commented 2 years ago

@danuker, fixed in #25?

adiroiban commented 2 years ago

Yes. I think that this can be closed. Thanks!