git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49329 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -21,8 +21,7 @@ import textwrap
import Queue
try:
import Image as PILImage
- #havePILImage = True
- havePILImage = False
+ havePILImage = True
except ImportError:
havePILImage = False
from math import sin, cos, pi
@@ -56,7 +56,7 @@ from copy import deepcopy
from time import strftime, localtime