bibanon / BASC-Archiver

Python-based Imageboard (4chan) complete thread archiver.
https://pypi.python.org/pypi/BASC-Archiver/
135 stars 18 forks source link

Convert to Python3 #44

Closed ralic closed 7 years ago

ralic commented 7 years ago

using : find . -name '*.py' | xargs 2to3 -w

DanielOaks commented 7 years ago

Hey, thanks for the PR! We should probably just be able to change the hashbang lines at the top to say python3 rather than python. If I remember correctly the app already supports both python2 and python3 with the same codebase, given how we've written it so far

ralic commented 7 years ago

Hi Daniel,

This conversion was generated by script. Shall you have some time, please leverage the highlighted change for better comparability.

Thank you !