thirdparty/google_appengine/google/appengine/api/apiproxy_rpc.py
changeset 2413 d0b7dac5325c
parent 2309 be1b94099f2d
child 2864 2e0b0af889be
--- a/thirdparty/google_appengine/google/appengine/api/apiproxy_rpc.py	Mon Jun 08 22:34:05 2009 +0200
+++ b/thirdparty/google_appengine/google/appengine/api/apiproxy_rpc.py	Fri Jun 19 16:13:32 2009 +0200
@@ -93,8 +93,6 @@
 
   def Wait(self):
     """Waits on the API call associated with this RPC."""
-    assert self.__state is not RPC.IDLE, ('RPC for %s.%s has not been started' %
-                                          (self.package, self.call))
     rpc_completed = self._WaitImpl()
 
     assert rpc_completed, ('RPC for %s.%s was not completed, and no other ' +