diff options
Diffstat (limited to 'misc/pylize/files/patch-pylize.in')
-rw-r--r-- | misc/pylize/files/patch-pylize.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/pylize/files/patch-pylize.in b/misc/pylize/files/patch-pylize.in deleted file mode 100644 index cb38ee341ef2..000000000000 --- a/misc/pylize/files/patch-pylize.in +++ /dev/null @@ -1,11 +0,0 @@ ---- pylize.in.orig 2014-10-05 00:14:33 UTC -+++ pylize.in -@@ -113,7 +113,7 @@ - def mkLogoLink(meta): - if meta.has_key('logo'): - try: -- import Image -+ from PIL import Image - if os.path.exists(meta['logo']): - i = Image.open(meta['logo']) - else: |