Skip to content

Commit

Permalink
Replace long-deprecated 'zope.testing.doctest' with stdlib's 'doctest'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jun 2, 2015
1 parent a042882 commit 1425a34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Expand Up @@ -4,7 +4,8 @@ Changes
4.1.1 (unreleased)
------------------

- TBD
- Replace use of long-deprecated ``zope.testing.doctest`` with stdlib's
``doctest``.


4.1.0 (2015-01-09)
Expand Down
2 changes: 1 addition & 1 deletion src/zope/principalannotation/tests.py
Expand Up @@ -13,9 +13,9 @@
##############################################################################
"""Principal Annotation Tests
"""
import doctest
import unittest
from zope.component import provideAdapter
from zope.testing import doctest
from zope.interface import Interface
from zope.security.interfaces import IPrincipal
from zope.site.testing import siteSetUp, siteTearDown
Expand Down

0 comments on commit 1425a34

Please sign in to comment.