autolib imports
This commit is contained in:
parent
b533bd996b
commit
1ce8d4c098
|
@ -19,8 +19,8 @@
|
|||
# the whole pypy projet is under MIT licence
|
||||
# ____________________________________________________________
|
||||
"enables us to carry out a calculation and return an option's value"
|
||||
from tiramisu.error import PropertiesOptionError, ConflictConfigError,
|
||||
NoValueReturned
|
||||
from tiramisu.error import (PropertiesOptionError, ConflictConfigError,
|
||||
NoValueReturned)
|
||||
# ____________________________________________________________
|
||||
# automatic Option object
|
||||
#def special_owner_factory(name, owner, value,
|
||||
|
|
Loading…
Reference in New Issue