From cd0faa707f742c120de083b19ea361835c603d2a Mon Sep 17 00:00:00 2001 From: nojhan Date: Mon, 9 Apr 2012 10:41:27 +0200 Subject: [PATCH] =?UTF-8?q?pas=20de=20d=C3=A9pendane=20=C3=A0=20numpy,=20t?= =?UTF-8?q?aille=20plus=20appropri=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/paquerette.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/paquerette.py b/src/paquerette.py index 44d5df2..b66c44f 100644 --- a/src/paquerette.py +++ b/src/paquerette.py @@ -1,13 +1,12 @@ #encoding: utf-8 import math -import numpy import Image import ImageDraw import ImageColor -width = 1000 +width = 500 perspective = width cameraZ = -width