[Git][gajim/gajim][master] Mock bookmarks for zeroconf

Philipp Hörist gitlab at dev.gajim.org
Fri Jul 20 23:18:30 CEST 2018


Philipp Hörist pushed to branch master at gajim / gajim


Commits:
54b5dec6 by Philipp Hörist at 2018-07-20T23:17:58+02:00
Mock bookmarks for zeroconf

Fixes #9256

- - - - -


1 changed file:

- gajim/common/modules/__init__.py


Changes:

=====================================
gajim/common/modules/__init__.py
=====================================
--- a/gajim/common/modules/__init__.py
+++ b/gajim/common/modules/__init__.py
@@ -53,6 +53,9 @@ class ModuleMock:
         self.blocked_groups = []
         self.blocked_all = False
 
+        # Bookmarks
+        self.bookmarks = {}
+
     def __getattr__(self, key):
         def _mock(self, *args, **kwargs):
             return



View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/54b5dec6c73ba470799f5cd01b9a148d5f4cb974

-- 
View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/54b5dec6c73ba470799f5cd01b9a148d5f4cb974
You're receiving this email because of your account on dev.gajim.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gajim.org/pipermail/commits/attachments/20180720/db15e8fa/attachment.html>


More information about the Commits mailing list