SIGN IN SIGN UP

bpo-30108: Restore sys.path in test_site (#1197)

Add setUpModule() and tearDownModule() functions to test_site to
save/restore sys.path at the module level to prevent warning if the
user site directory is created, since site.addsitedir() modifies
sys.path.
V
Victor Stinner committed
b85c136903c6d2368162f7c4a58f258c9c69ead0
Parent: b4dc6af
Committed by GitHub <noreply@github.com> on 4/20/2017, 11:39:39 AM