mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
commit
2da49ae5ad
|
@ -19,7 +19,7 @@
|
||||||
__version__ = "0.1"
|
__version__ = "0.1"
|
||||||
|
|
||||||
|
|
||||||
from PIL import Image, ImageFile
|
from PIL import Image, ImageFile, OleFileIO
|
||||||
from PIL.OleFileIO import i8, i32, MAGIC
|
from PIL.OleFileIO import i8, i32, MAGIC
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
# 0.3 2003-05-06 fl Fixed a typo or two.
|
# 0.3 2003-05-06 fl Fixed a typo or two.
|
||||||
#
|
#
|
||||||
|
|
||||||
import getopt, os, sys
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
import getopt, os, sys
|
||||||
|
|
||||||
VERSION = "pilprint 0.3/2003-05-05"
|
VERSION = "pilprint 0.3/2003-05-05"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user