mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Removed unused import from pildriver script
This commit is contained in:
parent
55ec522727
commit
61bc6e5be2
|
@ -498,10 +498,6 @@ class PILDriver:
|
|||
|
||||
if __name__ == '__main__':
|
||||
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
|
||||
# and execute. Otherwise go interactive.
|
||||
|
|
Loading…
Reference in New Issue
Block a user