git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58940 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -21,7 +21,7 @@ import string
from math import ceil, floor, sin, cos, pi
try:
- import Image as PILImage
+ from PIL import Image as PILImage
havePILImage = True
except ImportError:
havePILImage = False