------------------------ spambayes.__init__.py -----------------
# package marker.
try:
_
except NameError:
_ = lambda arg: arg
__version__ = "1.1a3"
__date__ = _("August 2006")
--------------------------- exerciser ---------------------------------
# test.py
try:
from spambayes import Stats
except:
import sys
print sys.exc_info
print 'Exception not detected'
-----------------------result of running exerciser ------------------
>>>
[Dbg]>>>
Exception not detected
>>>
_______________________________________________
[email protected]
http://mail.python.org/mailman/listinfo/spambayes
Check the FAQ before asking: http://spambayes.sf.net/faq.html