Skip to content

Commit

Permalink
remove import md5
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricporter committed Aug 28, 2012
1 parent 78dbb3a commit 766e886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EffectLab/Effect.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 766e886

Please sign in to comment.