Solaar/lib/solaar/ui
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
..
__init__.py Python 3.7 compatibility fixes 2018-08-07 12:51:32 -04:00
about.py Add Russian translation 2016-12-21 00:18:01 +02:00
action.py added copyright notices to all source files 2013-07-15 17:54:42 +02:00
config_panel.py Python 3.7 compatibility fixes 2018-08-07 12:51:32 -04:00
icons.py Fix crash due to non-locatable icon names (#199) 2015-05-27 23:16:39 +02:00
notify.py ui: notify.py: disable python Notify extension 2017-09-11 07:02:48 -03:00
pair_window.py Update l10n strings in code 2016-12-21 00:18:01 +02:00
tray.py Fix crash when AppIndicator3 is unavailable 2016-11-06 19:50:32 +01:00
window.py Python 3.7 compatibility fixes 2018-08-07 12:51:32 -04:00