cmdln / flashbake

Scripts to gather information for including in version history comments and to make using source control a bit simpler for non-technical projects.
GNU General Public License v3.0
456 stars 39 forks source link

Work In Progress: Python 3 conversion #39

Closed brainwane closed 3 years ago

brainwane commented 4 years ago

Toward #36.

Currently running into a SyntaxError when I run tox: "flashbake/test/test.py", line 43, complaint about from . import test.config.

brainwane commented 4 years ago

Advice I've been using: https://docs.python.org/3/howto/pyporting.html and http://python-future.org/futurize.html .

brainwane commented 4 years ago

Happy to add other people as collaborators on this fork so you can work on this branch; I am unlikely to work more on it this month.