~jibel/ubuntu/trusty/python-imaging/lp1248743_enable_autopkgtest

« back to all changes in this revision

Viewing changes to PIL/PsdImagePlugin.py

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-03-20 16:44:01 UTC
  • mfrom: (2.1.13 experimental)
  • Revision ID: package-import@ubuntu.com-20130320164401-ptf6m0ttg4zw72az
Tags: 1.1.7+2.0.0-1
Pillow 2.0.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
__version__ = "0.4"
20
20
 
21
 
from . import Image, ImageFile, ImagePalette, _binary
 
21
from PIL import Image, ImageFile, ImagePalette, _binary
22
22
 
23
23
MODES = {
24
24
    # (photoshop mode, bits) -> (pil mode, required channels)