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

Use standard doctest module

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