diff -r 88c186556a80 -r f5fd65cc3bf3 thirdparty/google_appengine/google/appengine/api/urlfetch_service_pb.py --- a/thirdparty/google_appengine/google/appengine/api/urlfetch_service_pb.py Tue Jan 20 01:12:43 2009 +0000 +++ b/thirdparty/google_appengine/google/appengine/api/urlfetch_service_pb.py Tue Jan 20 13:19:45 2009 +0000 @@ -57,12 +57,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 @@ -146,12 +140,6 @@ if self.has_value_ and self.value_ != x.value_: 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_key_): @@ -320,12 +308,6 @@ if self.has_followredirects_ and self.followredirects_ != x.followredirects_: 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_method_): @@ -497,12 +479,6 @@ if self.has_value_ and self.value_ != x.value_: 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_key_): @@ -636,12 +612,6 @@ if self.has_contentwastruncated_ and self.contentwastruncated_ != x.contentwastruncated_: 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_statuscode_):