]> granicus.if.org Git - python/commit
Pass optional arguments (globals(), locals(), []) to __import__() so
authorGuido van Rossum <guido@python.org>
Sun, 7 Sep 1997 16:42:34 +0000 (16:42 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 7 Sep 1997 16:42:34 +0000 (16:42 +0000)
commitf9fa20b2d2345b988ddc0a8782754573ab7687ba
tree212030c7c57cee90d5ba8763ff79e8233779cf52
parent0c81945808a4696054052169d6a23012b478fb01
Pass optional arguments (globals(), locals(), []) to __import__() so
it will run as package test, e.g. this will run the test suite:

    import test.regrtest
    test.regrtest.main()
Lib/test/regrtest.py