Skip to content

Commit

Permalink
dont alias config.maybe_dotted
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Apr 16, 2015
1 parent bb1fa2c commit f48617f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions substanced/property/__init__.py
Expand Up @@ -123,8 +123,7 @@ def add_propertysheet(config, name, propsheet, iface=None, **predicates):
:meth:`pyramid.config.Configurator.add_propertysheet_predicate` before it
can be used.
"""
dotted = config.maybe_dotted
iface = dotted(iface)
iface = config.maybe_dotted(iface)
if iface is None:
iface = Interface

Expand Down

0 comments on commit f48617f

Please sign in to comment.