summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
-rw-r--r--src/zope/component/_api.py1
-rw-r--r--src/zope/component/hookable.py2
3 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 3705a8a..00a7352 100644
--- a/setup.py
+++ b/setup.py
@@ -105,7 +105,7 @@ setup(
include_package_data=True,
zip_safe=False,
extras_require={
- 'hook': HOOK_REQUIRES, # BWC
+ 'hook': HOOK_REQUIRES, # BBB
'persistentregistry': PERSISTENTREGISTRY_REQUIRES,
'security': SECURITY_REQUIRES,
'zcml': ZCML_REQUIRES,
diff --git a/src/zope/component/_api.py b/src/zope/component/_api.py
index 9f3dfe2..03f4d33 100644
--- a/src/zope/component/_api.py
+++ b/src/zope/component/_api.py
@@ -17,7 +17,6 @@ import sys
import types
from zope.hookable import hookable
-
from zope.interface import Interface
from zope.interface import implementedBy
from zope.interface import providedBy
diff --git a/src/zope/component/hookable.py b/src/zope/component/hookable.py
index 80a60d1..05f178e 100644
--- a/src/zope/component/hookable.py
+++ b/src/zope/component/hookable.py
@@ -15,4 +15,4 @@
This module is deprecated. Prefer to use zope.hookable.hookable.
"""
from zope.hookable import hookable
-hookable = hookable # BWC
+hookable = hookable # BBB