From 78fc11086fba4b979c90dbfbdb22935a3b938358 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Thu, 8 Jan 2004 17:23:58 +0000 Subject: [PATCH] remove unused imports reported by pychecker git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@1207 069f4177-920e-0410-937b-c2a4a81bcd90 --- pyx/canvas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyx/canvas.py b/pyx/canvas.py index 685925d2..6460269e 100644 --- a/pyx/canvas.py +++ b/pyx/canvas.py @@ -33,7 +33,7 @@ with their attributes. """ import string, cStringIO, time -import attr, base, bbox, color, deco, path, unit, prolog, style, trafo, version +import attr, base, bbox, deco, unit, prolog, style, trafo, version # known paperformats as tuple(width, height) -- 2.11.4.GIT