]> granicus.if.org Git - python/commit
Just import sys at the top instead of inside lots of functions.
authorFred Drake <fdrake@acm.org>
Wed, 21 Mar 2001 18:26:33 +0000 (18:26 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 21 Mar 2001 18:26:33 +0000 (18:26 +0000)
commitcd1b1dd6d29f81df560286f4838fefeae0af6cd8
tree39fedb4d75bd891143600823203634d2047fcba9
parent02538200b34c7f51852b8759f78c31da6d726964
Just import sys at the top instead of inside lots of functions.

Add some helpers for supporting PyUNIT-based unit testing.
Lib/test/test_support.py