diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-10-18 06:07:34 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-10-18 06:07:34 +0000 |
| commit | e60fc706605a12035da5f873bd0388371b378337 (patch) | |
| tree | ae9c3933875ac72cd1fa4eda050e6f8d9d4388cb /repoze | |
| parent | 1dc3907e59995852d5ee0251c1c92a360f03ed35 (diff) | |
| download | pyramid-e60fc706605a12035da5f873bd0388371b378337.tar.gz pyramid-e60fc706605a12035da5f873bd0388371b378337.tar.bz2 pyramid-e60fc706605a12035da5f873bd0388371b378337.zip | |
Comment.
Diffstat (limited to 'repoze')
| -rw-r--r-- | repoze/bfg/zcml.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/repoze/bfg/zcml.py b/repoze/bfg/zcml.py index cbe438560..8615b0d31 100644 --- a/repoze/bfg/zcml.py +++ b/repoze/bfg/zcml.py @@ -19,7 +19,7 @@ from zope.schema import Int from zope.schema import TextLine import martian -import martian.interfaces +import martian.interfaces # pyflakes whines, but don't delete it from repoze.bfg.interfaces import IAuthenticationPolicy from repoze.bfg.interfaces import IAuthorizationPolicy @@ -740,4 +740,3 @@ class Uncacheable(object): this class only exists for backwards compatibility (<0.8.1)""" file_configure = zcml_configure # backwards compat (>0.8.1) - |
