You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-office/impressive/files/impressive-pillow.patch

16 lines
740 B

# See revision 53 in upstream svn
# https://bugs.gentoo.org/show_bug.cgi?id=471496
--- a/impressive.py
+++ b/impressive.py
@@ -182,8 +182,8 @@
from OpenGL.GL import *
import pygame
from pygame.locals import *
- import Image, ImageDraw, ImageFont, ImageFilter
- import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, PpmImagePlugin
+ from PIL import Image, ImageDraw, ImageFont, ImageFilter
+ from PIL import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, PpmImagePlugin
except (ValueError, ImportError), err:
print >>sys.stderr, "Oops! Cannot load necessary modules:", err
print >>sys.stderr, """To use Impressive, you need to install the following Python modules: