mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 17:21:49 -04:00
11 lines
316 B
Text
11 lines
316 B
Text
--- 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:
|