Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Avoid deprecated zope.testing.doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 19, 2010
1 parent b57f1f6 commit b7497b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/zrtresource/tests.py
Expand Up @@ -20,7 +20,7 @@
import doctest
import unittest
import zope.component
from zope.testing import cleanup, doctest
from zope.testing import cleanup
from zope.traversing import testing
from zope.traversing.interfaces import ITraversable
from zope.traversing.namespace import view
Expand Down

0 comments on commit b7497b1

Please sign in to comment.