예제 #1
0
파일: HttpUriType.py 프로젝트: CyL0NG/odat
	def __init__(self,args):
		'''
		Constructor
		'''
		logging.debug("HttpUriType object created")
		Http.__init__(self,args)
예제 #2
0
파일: UtlTcp.py 프로젝트: 6zq/odat
	def __init__(self,args):
		'''
		Constructor
		'''
		logging.debug("UtlTcp object created")
		Http.__init__(self,args)
예제 #3
0
파일: HttpUriType.py 프로젝트: zyayaa/odat
    def __init__(self, args):
        '''
		Constructor
		'''
        logging.debug("HttpUriType object created")
        Http.__init__(self, args)
예제 #4
0
    def __init__(self, args):
        '''
		Constructor
		'''
        logging.debug("UtlTcp object created")
        Http.__init__(self, args)