commit | 6f1057605b26c34b30c562a1b620984ed1211f39 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Jun 14 10:42:48 2013 -0400 |
committer | Brett Cannon <brett@python.org> | Fri Jun 14 10:42:48 2013 -0400 |
tree | 181d3d12b25054da46e8b141cd505ac96ab3ea97 | |
parent | 09ec23f1207f15defcfe8630e9306e4022ccd5d0 [diff] |
Remove a dead import line. Noticed by Serhly Storchaka.
diff --git a/Lib/test/test_pep352.py b/Lib/test/test_pep352.py index 98debf0..7c98c46 100644 --- a/Lib/test/test_pep352.py +++ b/Lib/test/test_pep352.py
@@ -1,7 +1,6 @@ import unittest import builtins import warnings -from test.support import run_unittest import os from platform import system as platform_system