summaryrefslogtreecommitdiff
path: root/src/poezio.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/poezio.py')
-rw-r--r--src/poezio.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/poezio.py b/src/poezio.py
index 161446da..c0863416 100644
--- a/src/poezio.py
+++ b/src/poezio.py
@@ -12,11 +12,13 @@ Starting point of poezio. Launches both the Connection and Gui
import sys
import os
-sys.path.append(os.path.dirname(os.path.abspath(__file__)))
+
import signal
import logging
-from logger import logger
+sys.path.append(os.path.dirname(os.path.abspath(__file__)))
+
+from logger import logger
from config import options
import singleton
import core