]> granicus.if.org Git - python/commitdiff
An oversight in previous merge, r79610: test_doctest is sensible to the line numbering.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 2 Apr 2010 19:25:32 +0000 (19:25 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 2 Apr 2010 19:25:32 +0000 (19:25 +0000)
Lib/test/test_doctest.py

index ff012388bd7d49b2f202df3359a02b61968d58dc..3616026845fd023845934d6b56f98176d3879739 100644 (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.