From 8b3f1ce5916c3ec5f426d45496b313d7be6ea3a1 Mon Sep 17 00:00:00 2001 From: Collin Winter Date: Wed, 17 Mar 2010 03:04:01 +0000 Subject: [PATCH] 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 7e84859498..5617fe509c 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 -- 2.50.1