- Got rid of newmodule.c
[python/dscho.git] / Lib / test / test_difflib.py
blob9c63d9ad1d4b4e9ca65ba8908de085e167619ff5
1 import difflib, test_support
2 test_support.run_doctest(difflib)