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