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