Browse Source

wxGUI: Map Composer: remove testing code

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49329 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 13 years ago
parent
commit
deee828aee
2 changed files with 2 additions and 3 deletions
  1. 1 2
      gui/wxpython/gui_modules/psmap.py
  2. 1 1
      gui/wxpython/gui_modules/psmap_dialogs.py

+ 1 - 2
gui/wxpython/gui_modules/psmap.py

@@ -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

+ 1 - 1
gui/wxpython/gui_modules/psmap_dialogs.py

@@ -56,7 +56,7 @@ from copy import deepcopy
 from time import strftime, localtime
 try:
     import Image as PILImage
-    havePILImage = False
+    havePILImage = True
 except ImportError:
     havePILImage = False