AddressList.__str__(): Get rid of useless, and broken method. Closes
[python/dscho.git] / Lib / test / test_doctest.py
blobfd3426c91e89953b3be3e95b9f094a975a5d2671
1 import doctest
2 from test import test_support
3 test_support.run_doctest(doctest)