thirdparty/google_appengine/google/appengine/api/mail_service_pb.py
changeset 828 f5fd65cc3bf3
parent 149 f2e327a7c5de
child 1278 a7766286a7be
--- a/thirdparty/google_appengine/google/appengine/api/mail_service_pb.py	Tue Jan 20 01:12:43 2009 +0000
+++ b/thirdparty/google_appengine/google/appengine/api/mail_service_pb.py	Tue Jan 20 13:19:45 2009 +0000
@@ -55,12 +55,6 @@
     if x is self: return 1
     return 1
 
-  def __eq__(self, other):
-    return (other is not None) and (other.__class__ == self.__class__) and self.Equals(other)
-
-  def __ne__(self, other):
-    return not (self == other)
-
   def IsInitialized(self, debug_strs=None):
     initialized = 1
     return initialized
@@ -144,12 +138,6 @@
     if self.has_data_ and self.data_ != x.data_: return 0
     return 1
 
-  def __eq__(self, other):
-    return (other is not None) and (other.__class__ == self.__class__) and self.Equals(other)
-
-  def __ne__(self, other):
-    return not (self == other)
-
   def IsInitialized(self, debug_strs=None):
     initialized = 1
     if (not self.has_filename_):
@@ -395,12 +383,6 @@
       if e1 != e2: return 0
     return 1
 
-  def __eq__(self, other):
-    return (other is not None) and (other.__class__ == self.__class__) and self.Equals(other)
-
-  def __ne__(self, other):
-    return not (self == other)
-
   def IsInitialized(self, debug_strs=None):
     initialized = 1
     if (not self.has_sender_):