Null commit with -f option to force an uprev and put HEADs firmly on the trunk.
[python/dscho.git] / Lib / test / test_difflib.py
blob3b2f8213bc18b7217597cdc6e787a569cdd756e7
1 from test_support import verbose
2 import doctest, difflib
3 doctest.testmod(difflib, verbose=verbose)