From 9589ba431934d639fb7d7ed1a20abafcbf347281 Mon Sep 17 00:00:00 2001 From: isen Date: Thu, 08 Oct 2009 05:55:00 +0000 Subject: just some changes --- (limited to 'tutorius/properties.py') diff --git a/tutorius/properties.py b/tutorius/properties.py index 55b02ca..f2367d7 100644 --- a/tutorius/properties.py +++ b/tutorius/properties.py @@ -207,8 +207,8 @@ class TArrayProperty(TutoriusProperty): self.indexeur = value #stock la value, pour l'indexation self.default = self.validate(value) - def __getitem__(self, key): # obligation de redéfinir l'indexation - return self.indexeur[key] # + #def __getitem__(self, key): # obligation de redéfinir l'indexation + # return self.indexeur[key] # class TColorProperty(TutoriusProperty): """ -- cgit v0.9.1