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:
authorPhilipp Hörist <forenjunkie@chello.at>2018-07-08 11:29:24 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2018-07-08 17:44:14 +0300
commitbd79fe629f7fbaaead18694dd52b5bd56d522db9 (patch)
tree166401975f6885b4c891397720faa35d2fe3f5bd /test/lib
parent3cfd82b0c2a654cc860a3f6418e567179cb68967 (diff)
Refactor Privacy and Blocking into own modules
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/gajim_mocks.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lib/gajim_mocks.py b/test/lib/gajim_mocks.py
index 6efcdc904..713529bdc 100644
--- a/test/lib/gajim_mocks.py
+++ b/test/lib/gajim_mocks.py
@@ -20,8 +20,6 @@ class MockConnection(Mock, ConnectionHandlers):
self.connected = 2
self.pep = {}
- self.blocked_contacts = {}
- self.blocked_groups = {}
self.sessions = {}
self.nested_group_delimiter = '::'
self.server_resource = 'Gajim'