Skip to content

Commit 5fdc14f

Browse files
committed
Removing previous approach
1 parent 8b365f5 commit 5fdc14f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

PIL/JpegImagePlugin.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,12 @@
3434

3535
__version__ = "0.6"
3636

37-
import sys
3837
import array
3938
import struct
4039
from PIL import Image, ImageFile, _binary
4140
from PIL.JpegPresets import presets
4241
from PIL._util import isStringType
4342

44-
if sys.version_info >= (3, 3):
45-
from shlex import quote
46-
else:
47-
from pipes import quote
48-
4943
i8 = _binary.i8
5044
o8 = _binary.o8
5145
i16 = _binary.i16be

0 commit comments

Comments
 (0)