mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-office/impressive: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/1876 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
committed by
Patrice Clement
parent
e8b6e37e98
commit
d03a19362b
@@ -1,15 +0,0 @@
|
||||
# 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:
|
||||
Reference in New Issue
Block a user