diff --git a/wiki/interfaces.py b/wiki/interfaces.py index d50648f..66002cc 100644 --- a/wiki/interfaces.py +++ b/wiki/interfaces.py @@ -74,6 +74,7 @@ class IWikiManager(Interface): """ Return the object referenced by the unique id given. """ + class IWiki(Interface): """ A collection of wiki pages, or - more generally - wiki components. """