From b5f5a18d2353c2ba35c3f7171ef11c211e8252a0 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 3 Jul 2009 22:38:47 +0200 Subject: [PATCH] unused import --- Cython/Compiler/Code.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Cython/Compiler/Code.py b/Cython/Compiler/Code.py index 81d8d964..49f2f1e5 100644 --- a/Cython/Compiler/Code.py +++ b/Cython/Compiler/Code.py @@ -3,7 +3,6 @@ # import re -import codecs import Naming import Options import StringEncoding -- 2.26.2