示例#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)