From 766e8862ac3c9f497654707ade1cb2e560f2d1a9 Mon Sep 17 00:00:00 2001 From: Cedric Porter Date: Tue, 28 Aug 2012 15:37:44 +0800 Subject: [PATCH] remove import md5 --- EffectLab/Effect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EffectLab/Effect.py b/EffectLab/Effect.py index 6b6ba3e..2755565 100755 --- a/EffectLab/Effect.py +++ b/EffectLab/Effect.py @@ -8,7 +8,7 @@ # Rule Of Optimization: Prototype before polishing. Get it # working before you optimize it. -import random, string, md5, time +import random, string, time import Image, ImageDraw, ImageFont, ImageChops, ImageFilter import StringIO import math, operator