From: Florent Xicluna Date: Fri, 2 Apr 2010 19:25:32 +0000 (+0000) Subject: An oversight in previous merge, r79610: test_doctest is sensible to the line numbering. X-Git-Tag: v3.2a1~1271 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc6f2d02d9345b4e184e7cf3326ad012dec3c915;p=thirdparty%2FPython%2Fcpython.git An oversight in previous merge, r79610: test_doctest is sensible to the line numbering. --- diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py index ff012388bd7d..3616026845fd 100644 --- a/Lib/test/test_doctest.py +++ b/Lib/test/test_doctest.py @@ -5,6 +5,7 @@ Test script for doctest. from test import support import doctest + # NOTE: There are some additional tests relating to interaction with # zipimport in the test_zipimport_support test module.