SF.net SVN: spambayes:[3217] trunk/spambayes/spambayes/ImapUI.py
[email protected] Tue, 25 Nov 2008 04:13:53 +0000
| Newsgroups | gmane.mail.spam.spambayes.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 3217
http://spambayes.svn.sourceforge.net/spambayes/?rev=3217&view=rev
Author: montanaro
Date: 2008-11-25 04:13:53 +0000 (Tue, 25 Nov 2008)
Log Message:
-----------
abs import (pylint)
Modified Paths:
--------------
trunk/spambayes/spambayes/ImapUI.py
Modified: trunk/spambayes/spambayes/ImapUI.py
===================================================================
--- trunk/spambayes/spambayes/ImapUI.py 2008-11-25 04:13:01 UTC (rev 3216)
+++ trunk/spambayes/spambayes/ImapUI.py 2008-11-25 04:13:53 UTC (rev 3217)
@@ -43,7 +43,7 @@
import cgi
-import UserInterface
+from spambayes import UserInterface
from spambayes.Options import options, optionsPathname, _
# These are the options that will be offered on the configuration page.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.