thirdparty/google_appengine/google/appengine/api/urlfetch_service_pb.py
changeset 2273 e4cb9c53db3e
parent 1278 a7766286a7be
child 2309 be1b94099f2d
equal deleted inserted replaced
2272:26491ee91e33 2273:e4cb9c53db3e
    20 import dummy_thread as thread
    20 import dummy_thread as thread
    21 
    21 
    22 __pychecker__ = """maxreturns=0 maxbranches=0 no-callinit
    22 __pychecker__ = """maxreturns=0 maxbranches=0 no-callinit
    23                    unusednames=printElemNumber,debug_strs no-special"""
    23                    unusednames=printElemNumber,debug_strs no-special"""
    24 
    24 
    25 from google.appengine.api.api_base_pb import StringProto
    25 from google.appengine.api.api_base_pb import *
    26 class URLFetchServiceError(ProtocolBuffer.ProtocolMessage):
    26 class URLFetchServiceError(ProtocolBuffer.ProtocolMessage):
    27 
    27 
    28   OK           =    0
    28   OK           =    0
    29   INVALID_URL  =    1
    29   INVALID_URL  =    1
    30   FETCH_ERROR  =    2
    30   FETCH_ERROR  =    2