Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Kouremenos <kourem@gmail.com>2006-10-10 19:29:10 +0400
committerNikos Kouremenos <kourem@gmail.com>2006-10-10 19:29:10 +0400
commit627469e5e0ab0d469c99ab8d42958b51f76f4dc4 (patch)
treec2a11711c21eb5850fdc594726147212c25f2c70 /src/groupchat_control.py
parenta25b63bcc3c7eb424eec13e246d61ddb0690dc9d (diff)
from common.exceptions import GajimGeneralException as GajimGeneralException -> from common.exceptions import GajimGeneralException
Diffstat (limited to 'src/groupchat_control.py')
-rw-r--r--src/groupchat_control.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/groupchat_control.py b/src/groupchat_control.py
index fdde6bc35..4be220b9c 100644
--- a/src/groupchat_control.py
+++ b/src/groupchat_control.py
@@ -39,7 +39,7 @@ from common import helpers
from chat_control import ChatControl
from chat_control import ChatControlBase
from conversation_textview import ConversationTextview
-from common.exceptions import GajimGeneralException as GajimGeneralException
+from common.exceptions import GajimGeneralException
#(status_image, type, nick, shown_nick)
(