pnegre / python-whiteboard

Linux whiteboard in python
http://wiki.github.com/pnegre/python-whiteboard/
GNU General Public License v2.0
117 stars 23 forks source link

Python3 compatibility. #21

Closed c-mauderer closed 6 years ago

c-mauderer commented 6 years ago

I've added some patches to make the software python2 and python3 compatible. Note that this branch is intended to be applied on top of the other pull request (qt5 - #20) and currently contains the qt5 changes too. So if there are changes to the qt5 pull request, this one most likely needs a rebase.

pnegre commented 6 years ago

Thank you. I've merged your pull requests

On 30 December 2017 at 11:52, Christian Mauderer notifications@github.com wrote:

I've added some patches to make the software python2 and python3 compatible. Note that this branch is intended to be applied on top of the other pull request (qt5 - #20 https://github.com/pnegre/python-whiteboard/pull/20) and currently contains the qt5 changes too. So if there are changes to the qt5 pull request, this one most likely needs a rebase.

You can view, comment on, or merge this pull request online at:

https://github.com/pnegre/python-whiteboard/pull/21 Commit Summary

  • README: Update with qt5.
  • Fix qt5 port.
  • Fix reading empty config.
  • Calibration: Dump traceback to console in exception case.
  • Use futurize2 step 1 to modernize code.
  • Use futurize2 step 2 to make code python3 compatible.
  • Improve python2 and 3 compatibility.

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pnegre/python-whiteboard/pull/21, or mute the thread https://github.com/notifications/unsubscribe-auth/AACx2ZBDh3LJDQB5PsBcE7IbWg5kTum9ks5tFhX8gaJpZM4RPkiH .

-- Pere

c-mauderer commented 6 years ago

Thanks for merging the patches and for your quick reaction.