diff --git a/Scripts/pildriver.py b/Scripts/pildriver.py index ba2a8c66f..bb01004f5 100644 --- a/Scripts/pildriver.py +++ b/Scripts/pildriver.py @@ -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.