Skip to content

Commit

Permalink
Add BBB markers for something that was deprecated in Zope 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Feb 19, 2006
1 parent 7142503 commit f3816e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions metaconfigure.py
Expand Up @@ -453,6 +453,7 @@ def defaultView(_context, type, name, for_):
'Will be gone in Zope 3.3.')
############################################################################

# BBB: Deprecated. Will go away in 3.4.
def defaultLayer(_context, type, layer):
import warnings
warnings.warn("""The defaultLayer directive is deprecated and will
Expand Down
1 change: 1 addition & 0 deletions metadirectives.py
Expand Up @@ -516,6 +516,7 @@ class IFactorySubdirective(zope.interface.Interface):
required=False,
)

# BBB: Deprecated. Will go away in 3.4.
class IDefaultLayerDirective(zope.interface.Interface):
"""Associate a default layer with a request type."""

Expand Down

0 comments on commit f3816e3

Please sign in to comment.