Skip to content

Commit

Permalink
Removing previous approach
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredfool committed Jun 29, 2014
1 parent 8b365f5 commit 5fdc14f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions PIL/JpegImagePlugin.py
Expand Up @@ -34,18 +34,12 @@

__version__ = "0.6"

import sys
import array
import struct
from PIL import Image, ImageFile, _binary
from PIL.JpegPresets import presets
from PIL._util import isStringType

if sys.version_info >= (3, 3):
from shlex import quote
else:
from pipes import quote

i8 = _binary.i8
o8 = _binary.o8
i16 = _binary.i16be
Expand Down

0 comments on commit 5fdc14f

Please sign in to comment.