Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Oct 14, 2018
1 parent 82a16ad commit 196bc83
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/z3c/autoinclude/zcml.py
Expand Up @@ -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
Expand All @@ -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"""
Expand Down

0 comments on commit 196bc83

Please sign in to comment.