Revision: 3236
          http://spambayes.svn.sourceforge.net/spambayes/?rev=3236&view=rev
Author:   montanaro
Date:     2009-02-06 03:53:53 +0000 (Fri, 06 Feb 2009)

Log Message:
-----------
missed a db185 ref

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

Modified: trunk/spambayes/spambayes/dbmstorage.py
===================================================================
--- trunk/spambayes/spambayes/dbmstorage.py     2009-02-06 03:53:03 UTC (rev 
3235)
+++ trunk/spambayes/spambayes/dbmstorage.py     2009-02-06 03:53:53 UTC (rev 
3236)
@@ -34,7 +34,7 @@
         if sys.version_info >= (2, 3):
             funcs.insert(0, open_dbhash)
     else:
-        funcs = [open_db3hash, open_dbhash, open_gdbm, open_db185hash]
+        funcs = [open_db3hash, open_dbhash, open_gdbm]
     for f in funcs:
         try:
             return f(*args)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins

Reply via email to