summaryrefslogtreecommitdiff
path: root/src/zope/interface/registry.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/interface/registry.py')
-rw-r--r--src/zope/interface/registry.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/zope/interface/registry.py b/src/zope/interface/registry.py
index bba0267..3f1306f 100644
--- a/src/zope/interface/registry.py
+++ b/src/zope/interface/registry.py
@@ -39,6 +39,12 @@ from zope.interface.adapter import AdapterRegistry
from zope.interface._compat import CLASS_TYPES
from zope.interface._compat import STRING_TYPES
+__all__ = [
+ # Components is public API, but
+ # the *Registration classes are just implementations
+ # of public interfaces.
+ 'Components',
+]
class _UnhashableComponentCounter(object):
# defaultdict(int)-like object for unhashable components