We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9872a72 + d97575e commit d87f15aCopy full SHA for d87f15a
setup.py
@@ -25,6 +25,6 @@
25
entry_points={
26
"console_scripts": ["submit50=submit50.__main__:main"]
27
},
28
- version="3.0.2",
+ version="3.0.3",
29
include_package_data=True
30
)
submit50/__main__.py
@@ -5,7 +5,6 @@
5
import logging
6
import pkg_resources
7
import re
8
-import readline
9
import shutil
10
import sys
11
import textwrap
@@ -78,7 +77,6 @@ def prompt(included, excluded):
78
77
cprint("./{}".format(other), "yellow")
79
80
# Prompt for honesty
81
- readline.clear_history()
82
try:
83
answer = input(_("Keeping in mind the course's policy on academic honesty, "
84
"are you sure you want to submit these files (yes/no)? "))
0 commit comments