Staging
v0.8.1
Revision cb6727e8118d24d0fb65ef60dec5f512a58c1f46 authored by Martin v. Löwis on 02 March 2008, 20:39:32 UTC, committed by Martin v. Löwis on 02 March 2008, 20:39:32 UTC
1 parent d254ca8
Raw File
test_doctest.py
import doctest
from test import test_support
test_support.run_doctest(doctest)
back to top