Skip to content

Commit

Permalink
Fixed the bug in the configure.zcml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Aug 7, 2013
1 parent c607a51 commit 0f61fd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/optilux.theme/optilux/theme/configure.zcml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<configure>
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:i18n="http://namespaces.zope.org/i18n"
xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
Expand Down
3 changes: 1 addition & 2 deletions src/optilux.theme/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
install_requires=[
'setuptools',
'Plone',
#'plone.app.theming',
# -*- Extra requirements: -*-
'plone.app.theming',
],
extras_require={
'test': ['plone.app.testing', ]
Expand Down

0 comments on commit 0f61fd8

Please sign in to comment.