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

Commit

Permalink
Cleaned dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
trollfot committed Feb 26, 2010
1 parent 252da6c commit 1518a74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
'zope.securitypolicy',
'zope.app.testing',
'zope.testing',
'grokcore.component',
]

def read(*rnames):
Expand Down Expand Up @@ -58,6 +57,9 @@ def read(*rnames):
'zope.site',
'zope.traversing',
'setuptools',
'grokcore.component',
'zope.dublincore',
'zope.schema',
],
tests_require = tests_require,
extras_require = dict(test=tests_require),
Expand Down
1 change: 0 additions & 1 deletion src/grokui/base/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from grok import util
from grokui.base import IGrokUIRealm, GrokUILayer, IUIPanel, MainMenu
from megrok.layout import Layout, Page
from zope.component import getUtility
from zope.traversing.browser.absoluteurl import absoluteURL

grok.layer(GrokUILayer)
Expand Down

0 comments on commit 1518a74

Please sign in to comment.