tuhi/tuhi
Peter Hutterer bb9f9b6c26 gui: reshuffle the includes until gi and flake8 are happy
We have implied inclusion orders here, specifically with gi. This works as
long as the files are included in the right order from other files but its not
generic enough - we really do need the gi.require_version() bit
everywhere to avoid issues.

Of course, once we do this flake8 complains about everything so let's
reshuffle things in an order it's happy with. This seems to be local modules
first, then ... whatever except when not?

application.py is excluded from this patch because it's about to get changed
in the next one and I'm too lazy to separate those out.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2019-08-29 10:42:44 +10:00
..
gui gui: reshuffle the includes until gi and flake8 are happy 2019-08-29 10:42:44 +10:00
__init__.py __init__: remove empty line that snuck in during rebasing 2018-01-24 21:39:56 +10:00
base.py base: set up the loggers a bit more sensibly 2019-08-26 09:05:17 +10:00
ble.py ble: downgrade a message from info to debug 2019-08-29 10:42:10 +10:00
config.py config: don't purge drawings 2019-08-26 09:18:10 +10:00
dbusclient.py dbusclient: add the start/stop live from kete to the bindings 2019-08-28 15:17:38 +02:00
dbusserver.py dbus: change EAGAIN to EBUSY for "already listening" 2019-08-23 10:38:36 +02:00
drawing.py wacom: add a session id field to make it easier to find log files 2019-08-23 10:46:14 +02:00
protocol.py protocol: add missing space for NordicData's str() 2019-08-28 15:33:28 +10:00
svg.py svg: use our Json SVG converter from kete 2019-08-20 12:02:30 +10:00
uhid.py wacom: create a uhid device on live mode 2018-02-14 06:23:25 +10:00
util.py protocol: add stroke parsing 2019-08-21 09:31:52 +02:00
wacom.py Fix deprecated use of @GObject.property → @GObject.Property 2019-08-29 10:42:44 +10:00