From 196bc83668975890da2aaaee4cd3f9a4c85b0492 Mon Sep 17 00:00:00 2001 From: David Glick Date: Sun, 14 Oct 2018 12:01:12 -0400 Subject: [PATCH] Remove unused import --- src/z3c/autoinclude/zcml.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/z3c/autoinclude/zcml.py b/src/z3c/autoinclude/zcml.py index f76138c..793395b 100644 --- a/src/z3c/autoinclude/zcml.py +++ b/src/z3c/autoinclude/zcml.py @@ -10,11 +10,8 @@ from z3c.autoinclude.plugin import PluginFinder import logging -import six - log = logging.getLogger("z3c.autoinclude") - def includeZCMLGroup(_context, info, filename, override=False): includable_zcml = info[filename] # ^^ a key error would mean that we are trying to include a group of ZCML @@ -35,7 +32,7 @@ def includeZCMLGroup(_context, info, filename, override=False): class IIncludeDependenciesDirective(Interface): """Auto-include any ZCML in the dependencies of this package.""" - + package = GlobalObject( title=u"Package to auto-include for", description=u"""