aboutsummaryrefslogtreecommitdiff
path: root/audio/decibel-audio-player/files/patch-src__modules__Covers.py
diff options
context:
space:
mode:
Diffstat (limited to 'audio/decibel-audio-player/files/patch-src__modules__Covers.py')
-rw-r--r--audio/decibel-audio-player/files/patch-src__modules__Covers.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/decibel-audio-player/files/patch-src__modules__Covers.py b/audio/decibel-audio-player/files/patch-src__modules__Covers.py
deleted file mode 100644
index f0f7a137e3fd..000000000000
--- a/audio/decibel-audio-player/files/patch-src__modules__Covers.py
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/modules/Covers.py.orig 2014-10-07 12:26:08 UTC
-+++ src/modules/Covers.py
-@@ -124,7 +124,7 @@
-
- def generateFullSizeCover(self, inFile, outFile, format):
- """ Resize inFile if needed, and write it to outFile (outFile and inFile may be equal) """
-- import Image
-+ from PIL import Image
-
- try:
- # Open the image
-@@ -144,7 +144,7 @@
-
- def generateThumbnail(self, inFile, outFile, format):
- """ Generate a thumbnail from inFile (e.g., resize it) and write it to outFile (outFile and inFile may be equal) """
-- import Image
-+ from PIL import Image
-
- try:
- # Open the image