generating it. Since this is purely a doctest, the output file never served a good purpose.
2 lines
60 B
Python
2 lines
60 B
Python
import doctest, difflib
|
|
doctest.testmod(difflib, verbose=0)
|