Closed c-mauderer closed 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
- M README https://github.com/pnegre/python-whiteboard/pull/21/files#diff-0 (6)
- M python-whiteboard https://github.com/pnegre/python-whiteboard/pull/21/files#diff-1 (5)
- M python-whiteboard-test https://github.com/pnegre/python-whiteboard/pull/21/files#diff-2 (5)
- M stuff/calibration.py https://github.com/pnegre/python-whiteboard/pull/21/files#diff-3 (103)
- M stuff/configuration.py https://github.com/pnegre/python-whiteboard/pull/21/files#diff-4 (80)
- M stuff/cursor.py https://github.com/pnegre/python-whiteboard/pull/21/files#diff-5 (13)
- M stuff/linuxWiimoteLib.py https://github.com/pnegre/python-whiteboard/pull/21/files#diff-6 (78)
- M stuff/pywhiteboard.py https://github.com/pnegre/python-whiteboard/pull/21/files#diff-7 (94)
- M stuff/wiimote.py https://github.com/pnegre/python-whiteboard/pull/21/files#diff-8 (34)
Patch Links:
- https://github.com/pnegre/python-whiteboard/pull/21.patch
- https://github.com/pnegre/python-whiteboard/pull/21.diff
— 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
Thanks for merging the patches and for your quick reaction.
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.