Skip to content

Commit

Permalink
Merge pull request #34 from plone/tomgross-nocmfdefault
Browse files Browse the repository at this point in the history
remove CMFDefault dependency
  • Loading branch information
gforcada committed Apr 20, 2015
2 parents d7f9651 + 3511e15 commit 43666f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ CHANGES
2.2.1 (unreleased)
------------------

- Nothing changed yet.
- Removed CMFDefault dependency
[tomgross]


2.2 (2015-03-13)
Expand Down
2 changes: 1 addition & 1 deletion plone/app/users/schema.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from Products.CMFCore.interfaces import ISiteRoot
from Products.CMFCore.utils import getToolByName
from Products.CMFDefault.exceptions import EmailAddressInvalid
from Products.CMFPlone.RegistrationTool import EmailAddressInvalid
from Products.CMFPlone import PloneMessageFactory as _
from ZTUtils import make_query
from plone.autoform import directives as form
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
'AccessControl',
'Acquisition',
'Products.CMFCore',
'Products.CMFDefault',
'Products.CMFPlone',
'Products.PlonePAS',
'Products.statusmessages',
Expand Down

0 comments on commit 43666f8

Please sign in to comment.