summaryrefslogtreecommitdiff
path: root/src/poezio.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-08-05 21:32:17 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-08-05 21:32:17 +0000
commit27c1cee035abcff01d06f8138fb669e24d169080 (patch)
treecbe61a8b279f12c0e5f9375ffc21a5603dd6d8c3 /src/poezio.py
parent9a822ed7aaf76c5b75e5f55aecbe6c5f15bf829b (diff)
downloadpoezio-27c1cee035abcff01d06f8138fb669e24d169080.tar.gz
poezio-27c1cee035abcff01d06f8138fb669e24d169080.tar.bz2
poezio-27c1cee035abcff01d06f8138fb669e24d169080.tar.xz
poezio-27c1cee035abcff01d06f8138fb669e24d169080.zip
Allow the user to limit the number of history messages. fixed #1658
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():
"""