Commit b721ca08 authored by Tres Seaver's avatar Tres Seaver

Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest.

parent 6b91c5cf
......@@ -5,7 +5,7 @@ CHANGES
3.5.1 (unreleased)
------------------
- ...
- Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest.
3.5.0 (2009/01/31)
------------------
......
......@@ -15,7 +15,7 @@
$Id: tests.py 66343 2006-04-03 04:59:49Z philikon $
"""
from zope.testing.doctestunit import DocTestSuite
from doctest import DocTestSuite
def test_suite():
......
......@@ -15,11 +15,11 @@
$Id$
"""
from doctest import DocTestSuite
import pickle
import sys
import unittest
from zope.testing.doctestunit import DocTestSuite
from zope.proxy import ProxyBase
import zope.proxy
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment