Autoload missing for notifications. fix #2980

This commit is contained in:
Ruud
2014-03-21 18:46:01 +01:00
parent caf4eab104
commit 1f647b3cc7
9 changed files with 18 additions and 0 deletions
+2
View File
@@ -7,6 +7,8 @@ from couchpotato.core.notifications.base import Notification
log = CPLog(__name__)
autoload = 'Boxcar'
class Boxcar(Notification):
+2
View File
@@ -12,6 +12,8 @@ from couchpotato.environment import Env
log = CPLog(__name__)
autoload = 'Email'
class Email(Notification):
+2
View File
@@ -9,6 +9,8 @@ from gntp import notifier
log = CPLog(__name__)
autoload = 'Growl'
class Growl(Notification):
+2
View File
@@ -15,6 +15,8 @@ except ImportError:
log = CPLog(__name__)
autoload = 'NMJ'
class NMJ(Notification):
@@ -6,6 +6,8 @@ import six
log = CPLog(__name__)
autoload = 'NotifyMyAndroid'
class NotifyMyAndroid(Notification):
@@ -6,6 +6,8 @@ import six
log = CPLog(__name__)
autoload = 'NotifyMyWP'
class NotifyMyWP(Notification):
+2
View File
@@ -7,6 +7,8 @@ from couchpotato.core.notifications.base import Notification
log = CPLog(__name__)
autoload = 'Prowl'
class Prowl(Notification):
@@ -7,6 +7,8 @@ from couchpotato.core.notifications.base import Notification
log = CPLog(__name__)
autoload = 'Pushalot'
class Pushalot(Notification):
@@ -9,6 +9,8 @@ from couchpotato.core.notifications.base import Notification
log = CPLog(__name__)
autoload = 'Pushbullet'
class Pushbullet(Notification):