~ubuntu-branches/ubuntu/saucy/python-imaging/saucy-proposed

« back to all changes in this revision

Viewing changes to PIL/TgaImagePlugin.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:
19
19
 
20
20
__version__ = "0.3"
21
21
 
22
 
from . import Image, ImageFile, ImagePalette, _binary
 
22
from PIL import Image, ImageFile, ImagePalette, _binary
23
23
 
24
24
 
25
25
#