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
path: root/test/lib
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2012-08-22 14:55:57 +0400
committerYann Leboulanger <asterix@lagaule.org>2012-08-22 14:55:57 +0400
commitf832900d2b4695ab6614b0e7eaf49efc173cbe89 (patch)
treeeac5e90936f3080537402bb42525069afb450172 /test/lib
parent133593e1ca66c467379fb3d9cd66d17e6113e49c (diff)
coding standards
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/gajim_mocks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/gajim_mocks.py b/test/lib/gajim_mocks.py
index 52b8d0756..4070641e9 100644
--- a/test/lib/gajim_mocks.py
+++ b/test/lib/gajim_mocks.py
@@ -133,7 +133,7 @@ class MockSession(Mock):
self.conn = conn
self.jid = jid
- self.type = type_
+ self.type_ = type_
self.thread_id = thread_id
if not self.thread_id: