예제 #1
0
파일: decoding.py 프로젝트: PowerDNS/exabgp
	def __init__ (self):
		Configuration.__init__(self,'','')
예제 #2
0
파일: text.py 프로젝트: Tourountzis/exabgp
	def __init__ (self):
		Configuration.__init__(self,'','')
		# part of parent API, done here to remove pylint warning attribute-defined-outside-init
		self._nexthopself = None
예제 #3
0
파일: text.py 프로젝트: andychenzy/exabgp
	def __init__ (self):
		Configuration.__init__(self,'','')
		# part of parent API, done here to remove pylint warning attribute-defined-outside-init
		self._nexthopself = None
예제 #4
0
파일: decoding.py 프로젝트: PowerDNS/exabgp
 def __init__(self):
     Configuration.__init__(self, '', '')