An oversight in previous merge, r79610: test_doctest is sensible to the line numbering.

This commit is contained in:
Florent Xicluna 2010-04-02 19:25:32 +00:00
parent 7b0d3c6d4b
commit dc6f2d02d9
1 changed files with 1 additions and 0 deletions

View File

@ -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.