Skip to content

Commit

Permalink
Drop 'zope.testing.doctestunit' for stdlib's 'doctest'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jun 3, 2015
1 parent 1c54b3c commit c890349
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zope/app/schema/tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import doctest
import unittest
from zope.testing import doctest

from zope.app.testing import setup
from zope.app.schema.vocabulary import _clear

Expand Down

0 comments on commit c890349

Please sign in to comment.