mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-02 23:13:40 +03:00
Merge pull request #1222 from radarhere/pildriver
Removed unused import from pildriver script
This commit is contained in:
commit
335ebf7080
|
@ -498,10 +498,6 @@ class PILDriver:
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
import sys
|
import sys
|
||||||
try:
|
|
||||||
import readline
|
|
||||||
except ImportError:
|
|
||||||
pass # not available on all platforms
|
|
||||||
|
|
||||||
# If we see command-line arguments, interpret them as a stack state
|
# If we see command-line arguments, interpret them as a stack state
|
||||||
# and execute. Otherwise go interactive.
|
# and execute. Otherwise go interactive.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user