Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
clean up exposed api
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed May 2, 2012
1 parent 492d4e5 commit 388097b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/grokcore/rest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
from grokcore.component import *
from grokcore.security import *
from grokcore.view import *

from grokcore.rest.interfaces import IREST
from grokcore.rest.interfaces import IRESTLayer
from grokcore.rest.interfaces import IRESTSkinType
from grokcore.rest.components import REST
from grokcore.rest.directive import restskin

from grokcore.rest.interfaces import IREST, IRESTLayer, IRESTSkinType
from zope.interface import moduleProvides
moduleProvides(IREST)
__all__ = list(IREST)

0 comments on commit 388097b

Please sign in to comment.