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