Пример #1
0
 def __init__(self):
     OperationError.__init__(self,
                    _("Can not be used with multiple objects"))
Пример #2
0
 def __init__(self, s):
     OperationError.__init__(self, kupferstring.fromlocale(s))
Пример #3
0
 def __init__(self, toolname):
     OperationError.__init__(self,
                    _("%s does not support this operation") % toolname)
Пример #4
0
	def __init__(self, cmd):
		OperationError.__init__(self, _("Command '%s' not found") % (cmd, ))
Пример #5
0
 def __init__(self, s):
     OperationError.__init__(self, kupferstring.fromlocale(s))
Пример #6
0
 def __init__(self):
     OperationError.__init__(self,
                             _("Can not be used with multiple objects"))
Пример #7
0
 def __init__(self, toolname):
     OperationError.__init__(
         self,
         _("%s does not support this operation") % toolname)