diff options
author | Collin Winter <collinw@gmail.com> | 2010-03-17 03:04:01 (GMT) |
---|---|---|
committer | Collin Winter <collinw@gmail.com> | 2010-03-17 03:04:01 (GMT) |
commit | 8b3f1ce5916c3ec5f426d45496b313d7be6ea3a1 (patch) | |
tree | e8a9e0a1e266e2008b2a2fe10f379ea99a5b6ecb | |
parent | 89b4f130242f90387462e7d1258af76daf67f365 (diff) | |
download | cpython-8b3f1ce5916c3ec5f426d45496b313d7be6ea3a1.zip cpython-8b3f1ce5916c3ec5f426d45496b313d7be6ea3a1.tar.gz cpython-8b3f1ce5916c3ec5f426d45496b313d7be6ea3a1.tar.bz2 |
Delete unused import.
-rw-r--r-- | Lib/test/test_import.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_import.py b/Lib/test/test_import.py index 7e84859..5617fe5 100644 --- a/Lib/test/test_import.py +++ b/Lib/test/test_import.py @@ -1,4 +1,3 @@ -import __builtin__ import imp import marshal import os |