Beispiel #1
0
 def __init__(self, value):
     ValidateError.__init__(
         self,
         'At least, it have to contain two arches. Only contains "%s"' %
         value)
Beispiel #2
0
 def __init__(self, value):
     ValidateError.__init__(self, 'Invalid architecture: "%s"' % value)
Beispiel #3
0
 def __init__(self, value):
     ValidateError.__init__(self, 'Directory "%s" doesn\'t exist ' % value)
	def __init__(self, value):
		ValidateError.__init__(self,
		'At least, it have to contain two arches. Only contains "%s"' % value)
	def __init__(self, value):
		ValidateError.__init__(self,'Invalid architecture: "%s"' % value)
	def __init__(self, value):
		ValidateError.__init__(self,'Directory "%s" doesn\'t exist ' % value)