Skip to content

Commit

Permalink
Remove ZODB3 dependency in favor of persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
kedder committed Feb 21, 2013
1 parent 45b11a0 commit 25ab3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -59,7 +59,7 @@ def read(*rnames):
'zope.exceptions',
'zope.interface',
'zope.location',
'ZODB3', # error.py imports from persistent
'persistent', # error.py imports from persistent
],
extras_require=dict(
test=[
Expand Down

0 comments on commit 25ab3bb

Please sign in to comment.