From 4c66d2584392395977d1470fbbf398e87645d6e2 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 17 Jan 2009 07:34:45 +0100 Subject: [PATCH] unused import --- pyximport/pyxbuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyximport/pyxbuild.py b/pyximport/pyxbuild.py index 73f873db..b7e032b6 100644 --- a/pyximport/pyxbuild.py +++ b/pyximport/pyxbuild.py @@ -3,7 +3,7 @@ the installed distutils infrastructure. Call: out_fname = pyx_to_dll("foo.pyx") """ -import os, md5 +import os import distutils from distutils.dist import Distribution -- 2.26.2