- Got rid of newmodule.c
[python/dscho.git] / Lib / test / autotest.py
blob57f371bd4e106d29e095af38a9c0334d67bcce3f
1 # This should be equivalent to running regrtest.py from the cmdline.
2 # It can be especially handy if you're in an interactive shell, e.g.,
3 # from test import autotest.
5 import regrtest
6 regrtest.main()