spambayes/scripts sb_dbexpimp.py,1.17,1.18
"Skip Montanaro" <[email protected]>
| Newsgroups | gmane.mail.spam.spambayes.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/spambayes/spambayes/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16377/scripts Modified Files: sb_dbexpimp.py Log Message: future imports have to come first... Index: sb_dbexpimp.py =================================================================== RCS file: /cvsroot/spambayes/spambayes/scripts/sb_dbexpimp.py,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** sb_dbexpimp.py 22 Nov 2004 00:11:52 -0000 1.17 --- sb_dbexpimp.py 18 Mar 2005 01:57:27 -0000 1.18 *************** *** 74,81 **** # Foundation license. - __author__ = "Tim Stone <[email protected]>" - from __future__ import generators # Python 2.2 compatibility stuff try: --- 74,81 ---- # Foundation license. from __future__ import generators + __author__ = "Tim Stone <[email protected]>" + # Python 2.2 compatibility stuff try: