Fix numpy import statement

This commit is contained in:
matt448
2014-10-05 20:57:11 +00:00
parent 96242627c1
commit 27b73ff492

View File

@@ -20,7 +20,7 @@
# THE SOFTWARE.
import numbers
import time
import numpy
import numpy as np
import Image
import ImageDraw