Skip to content

Commit

Permalink
Merge pull request #249 from cs50/readline
Browse files Browse the repository at this point in the history
remove readline
  • Loading branch information
Kareem Zidane authored Jan 1, 2021
2 parents 9872a72 + d97575e commit d87f15a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
entry_points={
"console_scripts": ["submit50=submit50.__main__:main"]
},
version="3.0.2",
version="3.0.3",
include_package_data=True
)
2 changes: 0 additions & 2 deletions submit50/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import logging
import pkg_resources
import re
import readline
import shutil
import sys
import textwrap
Expand Down Expand Up @@ -78,7 +77,6 @@ def prompt(included, excluded):
cprint("./{}".format(other), "yellow")

# Prompt for honesty
readline.clear_history()
try:
answer = input(_("Keeping in mind the course's policy on academic honesty, "
"are you sure you want to submit these files (yes/no)? "))
Expand Down

0 comments on commit d87f15a

Please sign in to comment.