moment/src/backend
Mikko Rasa 9a6c4b5b30 Fix asyncio event loop init in qml_bridge.py
Depending on Python version the file may be imported in a thread and
asyncio only implicitly creates an event loop in the main thread of the
process.  Backend does things which need asyncio so we must ensure an
event loop exists before it is imported.

Fixes #15
2020-05-15 15:10:05 +03:00
..
models Fix AttributeError with matrix-nio 0.11+ 2020-05-14 13:58:34 -04:00
__init__.py Bump version to v0.4.3 2020-04-03 07:56:42 -04:00
backend.py Add main pane top bar, improve readability 2020-03-12 22:16:33 -04:00
errors.py Error msg for bad invites in non-federated room 2020-03-09 07:59:23 -04:00
html_markdown.py Fix error on <a> tags without a href attribute 2020-04-07 09:57:32 -04:00
matrix_client.py Use asyncio.Task.current_task for python 3.6 2020-04-26 13:49:44 -04:00
media_cache.py Ensure we don't atomically write an empty file 2020-03-17 12:09:08 -04:00
nio_callbacks.py Redaction local echo for our other accounts 2020-04-03 07:53:36 -04:00
pyotherside_events.py Fix MediaCache asyncio Semaphore early import bug 2020-03-13 02:46:21 -04:00
qml_bridge.py Fix asyncio event loop init in qml_bridge.py 2020-05-15 15:10:05 +03:00
svg_colors.py Turn markdown color names into hex codes 2019-12-22 09:35:15 -04:00
theme_parser.py theme_parser: translate hard tabs to spaces 2020-03-28 07:48:27 -04:00
user_files.py Remove message keybind: don't bind ctrl+del 2020-04-03 07:53:36 -04:00
utils.py Ensure we don't atomically write an empty file 2020-03-17 12:09:08 -04:00