diff options
author | Brett Cannon <brett@python.org> | 2013-06-14 14:42:48 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-06-14 14:42:48 (GMT) |
commit | 6f1057605b26c34b30c562a1b620984ed1211f39 (patch) | |
tree | 181d3d12b25054da46e8b141cd505ac96ab3ea97 | |
parent | 09ec23f1207f15defcfe8630e9306e4022ccd5d0 (diff) | |
download | cpython-6f1057605b26c34b30c562a1b620984ed1211f39.zip cpython-6f1057605b26c34b30c562a1b620984ed1211f39.tar.gz cpython-6f1057605b26c34b30c562a1b620984ed1211f39.tar.bz2 |
Remove a dead import line.
Noticed by Serhly Storchaka.
-rw-r--r-- | Lib/test/test_pep352.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |