spambayes/message.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- spambayes-1.0.4.orig/spambayes/message.py
+++ spambayes-1.0.4/spambayes/message.py
@@ -71,11 +71,11 @@
# This module is part of the spambayes project, which is Copyright 2002-3
# 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, Tony Meyer, all the spambayes contributors."
-from __future__ import generators
try:
True, False