Faute de frappe.
darcs-hash:20041022123351-41617-f759b8f497c0e0feaf91c3dd7708962ebef61f46.gz
This commit is contained in:
parent
345ad8567c
commit
a65b95d577
1 changed files with 1 additions and 1 deletions
|
@ -1991,7 +1991,7 @@ class machine(base_classes_crans) :
|
|||
|
||||
def delete(self,comment='') :
|
||||
""" Destruction de la machines """
|
||||
if self.proprietaire()__class__ == crans and not isadm :
|
||||
if self.proprietaire().__class__ == crans and not isadm :
|
||||
raise EnvironmentError(u'Il faut être administrateur pour effectuer cette opération.')
|
||||
|
||||
if self.__typ == 'wifi' :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue