From 9adc0b773241b8611f51ea8badd45972e6d12e68 Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Sat, 16 Oct 2010 18:30:47 +0200 Subject: [PATCH] [attributs] kill can_modify --- attributs.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/attributs.py b/attributs.py index ad167b7..0bef44e 100644 --- a/attributs.py +++ b/attributs.py @@ -122,10 +122,6 @@ class Attr(object): ### On l'implémente dans les classes filles ! pass - def can_modify(self): - """Vérifie si l'attribut est modifiable""" - return False - class objectClass(Attr): singlevalue = False