Merge pull request #1222 from radarhere/pildriver

Removed unused import from pildriver script
This commit is contained in:
Hugo 2015-05-10 10:36:40 +03:00
commit 335ebf7080

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.