summaryrefslogtreecommitdiff
path: root/src/poezio.py
diff options
context:
space:
mode:
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 83eba23c..da306c22 100644
--- a/src/poezio.py
+++ b/src/poezio.py
@@ -23,6 +23,7 @@ Starting point of poezio. Launches both the Connection and Gui
import threading
import sys
+import traceback
def installThreadExcepthook():
"""