Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv7161
Modified Files:
__init__.py
Log Message:
remove strange handling of '_()'
Index: __init__.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/__init__.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** __init__.py 24 Aug 2006 12:41:57 -0000 1.19
--- __init__.py 4 Apr 2007 11:43:26 -0000 1.20
***************
*** 1,9 ****
# package marker.
- try:
- _
- except NameError:
- _ = lambda arg: arg
-
__version__ = "1.1a3"
! __date__ = _("August 2006")
--- 1,4 ----
# package marker.
__version__ = "1.1a3"
! __date__ = "April 2007"
_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins