Fix pyflakes warnings in misc/ directories other than misc/build_helpers. refs #1557

This commit is contained in:
david-sarah
2011-10-07 03:30:31 +00:00
parent 0d0bbbbe0a
commit bac24aee0d
4 changed files with 5 additions and 8 deletions

View File

@ -105,7 +105,7 @@ def check():
$Id$
"""
from zope.interface.exceptions import BrokenImplementation, DoesNotImplement
from zope.interface.exceptions import DoesNotImplement
from zope.interface.exceptions import BrokenMethodImplementation
from types import FunctionType, MethodType
from zope.interface.interface import fromMethod, fromFunction, Method