diff options
Diffstat (limited to 'src/poezio.py')
-rw-r--r-- | src/poezio.py | 1 |
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(): """ |