unserialise information and requires attribute

This commit is contained in:
2015-11-01 10:35:17 +01:00
parent 445516ce34
commit 11d23bc8d8
3 changed files with 59 additions and 3 deletions

View File

@ -258,7 +258,6 @@ class BaseOption(Base):
:param descr: the parent :class:`tiramisu.option.OptionDescription`
"""
#super(BaseOption, self)._impl_getstate()
self._stated = True
for func in dir(self):
if func.startswith('_impl_convert_'):