Update of /cvsroot/spambayes/spambayes/spambayes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15641/spambayes

Modified Files:
        message.py 
Log Message:
Remove unnecessary method.

Index: message.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/spambayes/message.py,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** message.py  28 Nov 2005 02:08:03 -0000      1.73
--- message.py  28 Nov 2005 10:52:29 -0000      1.74
***************
*** 345,349 ****
      # it as a regular attribute, so need to make it a property.  To make
      # a classmethod property, we have to jump through some hoops, which we
!     # deserver for not doing it right in the first place.
      _message_info_db = None
      def _get_class_message_info_db(klass):
--- 345,349 ----
      # it as a regular attribute, so need to make it a property.  To make
      # a classmethod property, we have to jump through some hoops, which we
!     # deserve for not doing it right in the first place.
      _message_info_db = None
      def _get_class_message_info_db(klass):
***************
*** 363,369 ****
          self._set_class_message_info_db(value)
      message_info_db = property(_get_message_info_db, _set_message_info_db)
-     def _reload_message_info_db(klass):
-         klass._message_info_db = None
-     reload_message_info_db = classmethod(_reload_message_info_db)
  
      # This function (and it's hackishness) can be avoided by using
--- 363,366 ----

_______________________________________________
Spambayes-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/spambayes-checkins

Reply via email to