summaryrefslogtreecommitdiff
path: root/src/poezio.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-07-24 15:19:26 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-07-24 15:19:26 +0200
commitc166e79a896eba0299f16f6f727febd225e62100 (patch)
treef4c7bd971cbe3598cc270d8b32b1e491cf20c3b7 /src/poezio.py
parent9c3fece96bee3c381cf0d7bd7022b46c858c6e1b (diff)
downloadpoezio-c166e79a896eba0299f16f6f727febd225e62100.tar.gz
poezio-c166e79a896eba0299f16f6f727febd225e62100.tar.bz2
poezio-c166e79a896eba0299f16f6f727febd225e62100.tar.xz
poezio-c166e79a896eba0299f16f6f727febd225e62100.zip
First adaptation to slixmpp
Diffstat (limited to 'src/poezio.py')
-rw-r--r--src/poezio.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/poezio.py b/src/poezio.py
index 1baf10eb..4c687b41 100644
--- a/src/poezio.py
+++ b/src/poezio.py
@@ -12,6 +12,7 @@ Starting point of poezio. Launches both the Connection and Gui
import sys
import os
+import asyncio
import signal
import logging