mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
b1fd1cd72f
- USES python With hat: python Approved by: portmgr (bdrewery, implicit)
10 lines
201 B
Python
10 lines
201 B
Python
--- imgtopslib/imgtops.py.orig 2014-10-04 21:42:40 UTC
|
|
+++ imgtopslib/imgtops.py
|
|
@@ -1,5 +1,5 @@
|
|
import sys, os.path
|
|
-import Image
|
|
+from PIL import Image
|
|
import cStringIO
|
|
import time
|
|
import getopt
|