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 <philipp@hoerist.com>2018-11-18 21:08:45 +0300
committerPhilipp Hörist <philipp@hoerist.com>2018-11-19 00:24:33 +0300
commitfedc00eb8374787c193d7722e1a5b7b3a21e67cc (patch)
tree0e28fbbc1271d40d2dcbf5f454ce1ff2d0280c5d /test/lib
parent2ece342de27439295aa1814c65a0fcce36f72ecd (diff)
Move notify to gtk folder
- Rename notify to notification - Move get_show_in_roster() to gtk.util - Move get_show_in_systray() to gtk.util
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/notify.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/lib/notify.py b/test/lib/notify.py
index 2dd7e2628..a166a4737 100644
--- a/test/lib/notify.py
+++ b/test/lib/notify.py
@@ -26,9 +26,3 @@ def notify(event, jid, account, parameters, advanced_notif_num = None):
def get_advanced_notification(event, account, contact):
return None
-
-def get_show_in_roster(event, account, jid, session=None):
- return True
-
-def get_show_in_systray(event, account, jid, type_=None):
- return True