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-06-30 20:23:10 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2018-06-30 20:32:36 +0300
commit8b800f46464571f00dae498da406e5fb8fbd2e6e (patch)
tree8c1ccd98c117341b6ae4f58d62962f8220793d63 /test/lib
parent71a82b5c3e7de0ef144497113d947605dfee47e1 (diff)
Refactor VCard code into own modules
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/gajim_mocks.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lib/gajim_mocks.py b/test/lib/gajim_mocks.py
index 1d7cc6d76..6efcdc904 100644
--- a/test/lib/gajim_mocks.py
+++ b/test/lib/gajim_mocks.py
@@ -47,9 +47,6 @@ class MockConnection(Mock, ConnectionHandlers):
app.connections[account] = self
- def request_vcard(self, *args):
- pass
-
class MockWindow(Mock):
def __init__(self, *args):
Mock.__init__(self, *args)