From daa06628694df7f4d28d84fa0a8515e8dd8ed12a Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 3 Jun 2014 16:54:08 +0200 Subject: [PATCH] XMPP was importing itself --- couchpotato/core/notifications/{xmpp.py => xmpp_.py} | 2 ++ 1 file changed, 2 insertions(+) rename couchpotato/core/notifications/{xmpp.py => xmpp_.py} (99%) 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 f9916cd0..9cee8c5a 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__)