diff --git a/couchpotato/core/notifications/xmpp.py b/couchpotato/core/notifications/xmpp_.py similarity index 99% rename from couchpotato/core/notifications/xmpp.py rename to couchpotato/core/notifications/xmpp_.py index f9916cd..9cee8c5 100644 --- a/couchpotato/core/notifications/xmpp.py +++ b/couchpotato/core/notifications/xmpp_.py @@ -5,6 +5,8 @@ from couchpotato.core.logger import CPLog from couchpotato.core.notifications.base import Notification import xmpp +print xmpp + log = CPLog(__name__)