mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
+ Moved DisplaySide, scale_and_shift_point, and set_displayside to utils.py + renamed _DisplaySide to DisplaySide + renamed _set_displayside to set_displayside + updated imports to reflect package rename + changed format of imports in __init__.py to be more PEP8-like. + updated numpy import exception + whitespace cleanups.