Notification test failed. closes #1561

Thanks @FredrikWendt
This commit is contained in:
Ruud
2013-03-31 11:12:37 +02:00
parent 4cedccb178
commit 0c44c48628

View File

@@ -44,7 +44,7 @@ class Notification(Provider):
def _notify(self, *args, **kwargs):
if self.isEnabled():
self.notify(*args, **kwargs)
return self.notify(*args, **kwargs)
def notify(self, message = '', data = {}, listener = None):
pass