Example #1
0
 def __init__(self, prompt):
     self.myprompt = prompt + 'storage'
     ccmd.__init__(self, self.myprompt)
Example #2
0
	def __init__(self, prompt):
		self.myprompt = prompt + 'storage'
		ccmd.__init__(self, self.myprompt)
Example #3
0
 def __init__(self, prompt):
     ccmd.__init__(self, prompt + 'sla')
Example #4
0
	def __init__(self):
		ccmd.__init__(self, prompt + '/')
Example #5
0
 def __init__(self):
     ccmd.__init__(self, prompt + '/')
Example #6
0
	def __init__(self, prompt):
		ccmd.__init__(self, prompt + 'sla')