summaryrefslogtreecommitdiffstats
path: root/graphics/imgv/files/patch-verbose.py
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/imgv/files/patch-verbose.py')
-rw-r--r--graphics/imgv/files/patch-verbose.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/imgv/files/patch-verbose.py b/graphics/imgv/files/patch-verbose.py
new file mode 100644
index 0000000..acf95e4
--- /dev/null
+++ b/graphics/imgv/files/patch-verbose.py
@@ -0,0 +1,11 @@
+--- verbose.py.orig 2014-10-04 23:19:42 UTC
++++ verbose.py
+@@ -12,7 +12,7 @@
+ from usr_event import check_quit, hit_key
+ if platform == 'win32':
+ import BmpImagePlugin, JpegImagePlugin, PngImagePlugin, SgiImagePlugin, SunImagePlugin, TgaImagePlugin, TiffImagePlugin, PcxImagePlugin, PpmImagePlugin, XpmImagePlugin # for py2exe to work with PIL
+-import Image # PIL
++from PIL import Image # PIL
+ import pygame.font, pygame.event
+ from pygame.transform import scale
+ from pygame.display import update, flip, set_caption
OpenPOWER on IntegriCloud