tiramisu/value.py : self.opt => opt + disable permissive in read_write mode

This commit is contained in:
2013-04-03 17:05:41 +02:00
parent e6f00948f3
commit 6105191d9c
2 changed files with 4 additions and 4 deletions

View File

@ -242,4 +242,4 @@ class Setting(object):
self.enable_property('disabled')
self.disable_property('mandatory')
self.disable_property('validator')
self.enable_property('permissive')
self.disable_property('permissive')