mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
b1fd1cd72f
- USES python With hat: python Approved by: portmgr (bdrewery, implicit)
11 lines
250 B
Python
11 lines
250 B
Python
--- imgtopslib/epstoimg.py.orig 2014-10-04 21:43:06 UTC
|
|
+++ imgtopslib/epstoimg.py
|
|
@@ -1,6 +1,6 @@
|
|
import os, tempfile, sys
|
|
import getopt
|
|
-import Image
|
|
+from PIL import Image
|
|
from dimensions import interpret_dimension
|
|
import re
|
|
import cStringIO
|