예제 #1
0
파일: storage.py 프로젝트: moas/canopsis
 def __init__(self, prompt):
     self.myprompt = prompt + 'storage'
     ccmd.__init__(self, self.myprompt)
예제 #2
0
파일: storage.py 프로젝트: EzanLTD/canopsis
	def __init__(self, prompt):
		self.myprompt = prompt + 'storage'
		ccmd.__init__(self, self.myprompt)
예제 #3
0
 def __init__(self, prompt):
     ccmd.__init__(self, prompt + 'sla')
예제 #4
0
파일: ccli.py 프로젝트: EzanLTD/canopsis
	def __init__(self):
		ccmd.__init__(self, prompt + '/')
예제 #5
0
파일: ccli.py 프로젝트: moas/canopsis
 def __init__(self):
     ccmd.__init__(self, prompt + '/')
예제 #6
0
파일: sla.py 프로젝트: EzanLTD/canopsis
	def __init__(self, prompt):
		ccmd.__init__(self, prompt + 'sla')