scripts/sb_notesfilter.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- spambayes-1.0.4.orig/scripts/sb_notesfilter.py
+++ spambayes-1.0.4/scripts/sb_notesfilter.py
@@ -129,11 +129,11 @@
# This module is part of the spambayes project, which is Copyright 2002
# The Python Software Foundation and is covered by the Python Software
# Foundation license.
+from __future__ import generators
__author__ = "Tim Stone <tim@fourstonesExpressions.com>"
__credits__ = "Mark Hammond, for his remarkable win32 modules."
-from __future__ import generators
try:
True, False