From e60fc706605a12035da5f873bd0388371b378337 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 18 Oct 2009 06:07:34 +0000 Subject: Comment. --- repoze/bfg/zcml.py | 3 +-- 1 file changed, 1 insertion(+), 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) - -- cgit v1.2.3