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