Skip to content

Commit

Permalink
Removed undeclared testing dependency on zope.testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Apr 30, 2010
1 parent e7df83a commit 7a55f5d
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 223 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
2.13.1 (unreleased)
-------------------

- Removed undeclared testing dependency on zope.testing.

2.13.0 (2010-02-23)
-------------------
Expand Down
1 change: 1 addition & 0 deletions src/Persistence/tests/testPersistent.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################

import pickle
import time
import unittest
Expand Down
Loading

0 comments on commit 7a55f5d

Please sign in to comment.