diff options
author | Stephan Richter <stephan.richter@gmail.com> | 2013-02-28 13:45:39 -0500 |
---|---|---|
committer | Stephan Richter <stephan.richter@gmail.com> | 2013-02-28 13:45:39 -0500 |
commit | 15686d565ab33ce52008e8c0375bb34bc4c33464 (patch) | |
tree | cb314f799b90c4dd6ef40643b33497618632e404 /buildout.cfg | |
parent | 67e98b83aee9bb678b504d37f7f2fbbd2df58018 (diff) | |
download | zope-security-15686d565ab33ce52008e8c0375bb34bc4c33464.tar.gz |
- Undo changes from 4.0.0a4. Instead, ``zope.untrustedpython`` is only
included during Python 2 installs.
Diffstat (limited to 'buildout.cfg')
-rw-r--r-- | buildout.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildout.cfg b/buildout.cfg index 5d65d3b..0a7118d 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -14,7 +14,7 @@ eggs = [python] recipe = zc.recipe.egg eggs = - zope.security + zope.security [test,zcml,pytz,untrustedpython] interpreter = python [coverage-test] |