Browse Source

XMPP was importing itself

pull/3362/head
Ruud 11 years ago
parent
commit
daa0662869
  1. 2
      couchpotato/core/notifications/xmpp_.py

2
couchpotato/core/notifications/xmpp.py → 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__)
Loading…
Cancel
Save