Use relative import for _imagingmath

This commit is contained in:
Christoph Gohlke 2013-03-08 13:40:30 -08:00
parent 5e203de327
commit c731513318

View File

@ -16,7 +16,7 @@
#
from PIL import Image
import _imagingmath
from . import _imagingmath
import sys
try: