Skip to content

Commit d87f15a

Browse files
author
Kareem Zidane
authored
Merge pull request #249 from cs50/readline
remove readline
2 parents 9872a72 + d97575e commit d87f15a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
entry_points={
2626
"console_scripts": ["submit50=submit50.__main__:main"]
2727
},
28-
version="3.0.2",
28+
version="3.0.3",
2929
include_package_data=True
3030
)

submit50/__main__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import logging
66
import pkg_resources
77
import re
8-
import readline
98
import shutil
109
import sys
1110
import textwrap
@@ -78,7 +77,6 @@ def prompt(included, excluded):
7877
cprint("./{}".format(other), "yellow")
7978

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

0 commit comments

Comments
 (0)