From 8b3f1ce5916c3ec5f426d45496b313d7be6ea3a1 Mon Sep 17 00:00:00 2001 From: Collin Winter Date: Wed, 17 Mar 2010 03:04:01 +0000 Subject: Delete unused import. --- Lib/test/test_import.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v0.12