diff options
Diffstat (limited to 'repl-template.py')
| -rw-r--r-- | repl-template.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/repl-template.py b/repl-template.py index 40c01b1..715eaf8 100644 --- a/repl-template.py +++ b/repl-template.py @@ -1,7 +1,6 @@ #!/bin/python3 -import readline # Add this at the top -# ... rest of the code +import readline import sys |
