Author: s0undt3ch
Revision: 6086
Log:
Add missing import(removed on a previous check-in???).
Diff:
Modified: trunk/deluge/plugins/notifications/notifications/core.py
===================================================================
--- trunk/deluge/plugins/notifications/notifications/core.py 2010-01-09
21:16:08 UTC (rev 6085)
+++ trunk/deluge/plugins/notifications/notifications/core.py 2010-01-10
16:26:41 UTC (rev 6086)
@@ -39,6 +39,7 @@
import smtplib
from twisted.internet import defer, threads
+from deluge import component
from deluge.event import known_events
from deluge.log import LOG as log
from deluge.plugins.pluginbase import CorePluginBase
--
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en.