diff options
Diffstat (limited to 'repoze')
| -rw-r--r-- | repoze/bfg/zcml.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/repoze/bfg/zcml.py b/repoze/bfg/zcml.py index 7df36f460..3c312a66e 100644 --- a/repoze/bfg/zcml.py +++ b/repoze/bfg/zcml.py @@ -502,10 +502,6 @@ def scan(_context, package, martian=martian): config.scan(package, _info=_context.info, martian=martian) _context.action(discriminator=None, callable=register) -class Uncacheable(object): - """ Include in discriminators of actions which are not cacheable; - this class only exists for backwards compatibility (<0.8.1)""" - def zcml_configure(name, package): """ Given a ZCML filename as ``name`` and a Python package as ``package`` which the filename should be relative to, load the |
