Commit 848302f9 authored by Jim Fulton's avatar Jim Fulton

Use standard doctest module

parent cc00798e
......@@ -11,8 +11,8 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
from zope.testing import doctest
from zope.testing import renormalizing
import doctest
import os
import pkg_resources
import re
......
......@@ -12,12 +12,16 @@
#
##############################################################################
import os, re, shutil, sys
from zope.testing import renormalizing
import doctest
import os
import re
import shutil
import sys
import zc.buildout.tests
import zc.buildout.testing
import unittest
from zope.testing import doctest, renormalizing
os_path_sep = os.path.sep
if os_path_sep == '\\':
......
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