release: 0.5.0

This commit is contained in:
Romain Dorgueil
2017-10-05 19:16:03 +02:00
parent ee65cd736b
commit 32e222787d
7 changed files with 73 additions and 14 deletions

View File

@ -11,11 +11,7 @@ from bonobo.util.inspect import (
isoption,
istype,
)
from bonobo.util.objects import (
get_name,
get_attribute_or_create,
ValueHolder
)
from bonobo.util.objects import (get_name, get_attribute_or_create, ValueHolder)
from bonobo.util.python import require
# Bonobo's util API

View File

@ -1,7 +1,6 @@
from collections import namedtuple
def isconfigurable(mixed):
"""
Check if the given argument is an instance of :class:`bonobo.config.Configurable`.