[config] Adds __doc__ to option/service. Fix variable names in Option.__get__() that would have an unpredicatable behaviour in the rare case of using get on a type. Update to Medikit.

This commit is contained in:
Romain Dorgueil
2017-10-21 12:38:02 +02:00
parent 7c8625dda6
commit 866824db7c
5 changed files with 23 additions and 13 deletions

View File

@ -1,6 +1,6 @@
# bonobo (see github.com/python-edgy/project)
# bonobo's description for medikit
from edgy.project import require
from medikit import require
pytest = require('pytest')
python = require('python')