Solaar/lib/solaar
Jason Tibbitts d021d87656 Python 3.7 compatibility fixes
This fixes the python 3.7 incompatibilities arising from 'async'
becoming a reserved word.

The file lib/solaar/async.py is renamed to asks.py.  I picked the name
because it defines the TaskRunner class and it's the best I could come
up in fifteen seconds.

The async function in solar/ui/__init__.py is renamed to ui_async, and
the various imports of that function are changed to match.

Without this patch it doesn't build at all.  I am running with this
patch applied and everything appears to work as expected.

Signed-off-by: Jason Tibbitts <tibbs@math.uh.edu>
2018-08-07 12:51:32 -04:00
..
cli Add support for CLI show to display High Res Wheel settings 2017-09-10 21:44:30 -03:00
ui Python 3.7 compatibility fixes 2018-08-07 12:51:32 -04:00
__init__.py release 0.9.2 2013-07-24 11:40:54 +02:00
configuration.py added copyright notices to all source files 2013-07-15 17:54:42 +02:00
gtk.py Fix "Gtk was imported without specifying a version first" 2016-03-14 11:33:05 +01:00
i18n.py internationalized most strings; fixes #79 2013-07-17 19:53:21 +02:00
listener.py listener: fix device registration logic 2017-09-11 10:34:23 -03:00
tasks.py Python 3.7 compatibility fixes 2018-08-07 12:51:32 -04:00
upower.py don't rely on upower to check devices after wake-up (#111) 2013-08-12 15:22:34 +02:00