[Spambayes-checkins] SF.net SVN: spambayes:[3209] trunk/spambayes/windows

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Tue Nov 25 04:39:36 CET 2008


Revision: 3209
          http://spambayes.svn.sourceforge.net/spambayes/?rev=3209&view=rev
Author:   montanaro
Date:     2008-11-25 03:39:36 +0000 (Tue, 25 Nov 2008)

Log Message:
-----------
pylint nits

Modified Paths:
--------------
    trunk/spambayes/windows/autoconfigure.py
    trunk/spambayes/windows/pop3proxy_service.py

Modified: trunk/spambayes/windows/autoconfigure.py
===================================================================
--- trunk/spambayes/windows/autoconfigure.py	2008-11-25 03:39:02 UTC (rev 3208)
+++ trunk/spambayes/windows/autoconfigure.py	2008-11-25 03:39:36 UTC (rev 3209)
@@ -496,7 +496,6 @@
     results = []
     for filename in os.listdir(config_location):
         if filename.lower().startswith("pop") or filename.lower().startswith("smt"):
-            full_filename = os.path.join(config_location, filename)
             working_filename = "%s.tmp" % (filename, )
             shutil.copyfile(filename, working_filename)
             c = OptionsClass.OptionsClass()

Modified: trunk/spambayes/windows/pop3proxy_service.py
===================================================================
--- trunk/spambayes/windows/pop3proxy_service.py	2008-11-25 03:39:02 UTC (rev 3208)
+++ trunk/spambayes/windows/pop3proxy_service.py	2008-11-25 03:39:36 UTC (rev 3209)
@@ -138,7 +138,7 @@
     try:
         # module imported by service manager, or 2.3 (in which __main__
         # exists, *and* sys.argv[0] is always already absolute)
-        this_filename=__file__
+        this_filename = __file__
     except NameError:
         this_filename = sys.argv[0]
     if not os.path.isabs(sys.argv[0]):


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