Removed unused import from pildriver script

This commit is contained in:
Andrew Murray 2015-05-08 14:24:40 +10:00
parent 55ec522727
commit 61bc6e5be2

View File

@ -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.