Skip to content

Commit

Permalink
Integrate grokcore.resource into grok.
Browse files Browse the repository at this point in the history
  • Loading branch information
janjaapdriessen committed May 14, 2012
1 parent f798358 commit 53826ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildout.cfg
Expand Up @@ -13,6 +13,10 @@ versions = versions
extensions =
buildout.dumppickedversions
mr.developer
auto-checkout = grokcore.resource

[sources]
grokcore.resource = svn svn+ssh://svn.zope.org/repos/main/grokcore.resource/trunk

[versions]
grok =
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -51,6 +51,7 @@ def read(*rnames):
'grokcore.layout >= 1.6',
'grokcore.message',
'grokcore.rest >= 1.3',
'grokcore.resource',
'grokcore.security[role] >= 1.6',
'grokcore.site >= 1.6.1',
'grokcore.traverser >= 1.1',
Expand Down
2 changes: 2 additions & 0 deletions src/grok/__init__.py
Expand Up @@ -133,6 +133,8 @@
from grokcore.rest import REST
from grokcore.rest import restskin

from grok.resource import resources

# BBB These two functions are meant for test fixtures and should be
# imported from grok.testing, not from grok.
from grok.testing import grok, grok_component
Expand Down

0 comments on commit 53826ad

Please sign in to comment.