[Spambayes-checkins] SF.net SVN: spambayes:[3226] trunk/spambayes/spambayes/oe_mailbox.py

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Tue Jan 27 03:26:55 CET 2009


Revision: 3226
          http://spambayes.svn.sourceforge.net/spambayes/?rev=3226&view=rev
Author:   montanaro
Date:     2009-01-27 02:26:54 +0000 (Tue, 27 Jan 2009)

Log Message:
-----------
No need to import myself.  Why didn't this fail before I made the import
absolute?

Modified Paths:
--------------
    trunk/spambayes/spambayes/oe_mailbox.py

Modified: trunk/spambayes/spambayes/oe_mailbox.py
===================================================================
--- trunk/spambayes/spambayes/oe_mailbox.py	2008-12-06 23:48:53 UTC (rev 3225)
+++ trunk/spambayes/spambayes/oe_mailbox.py	2009-01-27 02:26:54 UTC (rev 3226)
@@ -50,8 +50,6 @@
     # Some functions will not work, but some will.
     win32api = win32con = win32gui = shell = shellcon = None
 
-from spambayes import oe_mailbox
-
 ###########################################################################
 ## DBX FILE HEADER
 ###########################################################################
@@ -599,7 +597,7 @@
     else:
         # This appears to be the place for OE6 and Win98
         # (So I'm guessing also for Win95)
-        possible_root_keys = oe_mailbox.OEIdentityKeys()
+        possible_root_keys = OEIdentityKeys()
 
     for key in possible_root_keys:
         reg = win32api.RegOpenKeyEx(win32con.HKEY_CURRENT_USER, key)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the Spambayes-checkins mailing list