This commit is contained in:
age 2006-10-23 14:12:00 +00:00
parent d0f36e91bb
commit d7d7b6addd

View file

@ -6,7 +6,8 @@ try:
from PIL import Image
except ImportError:
print >>sys.stderr, ("Unable to import PIL.Image; "
"is the Python Imaging Library installed?")
"is the Python Imaging Library installed?"
"\(e.g.: apt-get install python-image\)")
sys.exit(0)
__version__ = '1.01'