commit | 468f700af773815e93f32743fa69c1815241d286 | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Oct 24 15:19:03 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Oct 24 15:19:03 2009 +0000 |
tree | b5f7b6946342d6a7122325cd3964d799f42aa4fe | |
parent | b9c1cfc42881370322ff6894568b45dcfec5ba2e [diff] |
fixed finally state in distutils.test_util
diff --git a/Lib/distutils/tests/test_util.py b/Lib/distutils/tests/test_util.py index 4da1e65..55ef160 100644 --- a/Lib/distutils/tests/test_util.py +++ b/Lib/distutils/tests/test_util.py
@@ -355,7 +355,7 @@ try: self.assertRaises(DistutilsByteCompileError, byte_compile, []) finally: - sys.dont_write_bytecode = False + sys.dont_write_bytecode = old_dont_write_bytecode def test_suite(): return unittest.makeSuite(UtilTestCase)