diff options
| author | Fabio Tranchitella <fabio@tranchitella.eu> | 2010-01-06 18:10:43 +0000 |
|---|---|---|
| committer | Fabio Tranchitella <fabio@tranchitella.eu> | 2010-01-06 18:10:43 +0000 |
| commit | 4a28f57b09b388b865434167926b6793bdac24fc (patch) | |
| tree | 166d2dc5b37969323dc73b508bee69513e0e0877 /setup.py | |
| parent | eed297bb3ab2912f3d54ec3c8059510dfd13fccc (diff) | |
| download | zope-security-4a28f57b09b388b865434167926b6793bdac24fc.tar.gz | |
Removed the dependency on the zope.exceptions package: zope.security.checker
now imports ``DuplicationError`` from zope.exceptions if available, otherwise
it defines a package-specific ``DuplicationError`` class which inherits from
Exception.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -68,7 +68,6 @@ setup(name='zope.security', install_requires=['setuptools', 'zope.component', 'zope.configuration', - 'zope.exceptions', 'zope.i18nmessageid', 'zope.interface', 'zope.location', |
