release: 0.5.0
This commit is contained in:
@ -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
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
from collections import namedtuple
|
||||
|
||||
|
||||
|
||||
def isconfigurable(mixed):
|
||||
"""
|
||||
Check if the given argument is an instance of :class:`bonobo.config.Configurable`.
|
||||
|
||||
Reference in New Issue
Block a user