From 3b34e0314f1adc506851612f58a85446e778b7a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Thu, 14 Jul 2005 20:05:43 +0000 Subject: [PATCH] remove unused imports git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2293 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/dvifile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyx/dvifile.py b/pyx/dvifile.py index 9a8aeaf2..60c2f51a 100644 --- a/pyx/dvifile.py +++ b/pyx/dvifile.py @@ -22,8 +22,8 @@ # along with PyX; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA -import copy, cStringIO, exceptions, re, struct, string, sys, warnings, math -import unit, epsfile, bbox, canvas, color, trafo, path, pykpathsea, pswriter, pdfwriter, type1font +import cStringIO, exceptions, re, struct, string, sys, warnings, math +import unit, epsfile, bbox, canvas, color, trafo, path, pykpathsea, type1font class binfile: -- 2.11.4.GIT