We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f14d8 commit a8218efCopy full SHA for a8218ef
1 file changed
src/org/python/util/JLineConsole.java
@@ -44,5 +44,5 @@ public String raw_input(PyObject prompt) {
44
return line.endsWith("\n") ? line.substring(0, line.length() - 1) : line;
45
}
46
47
- private ConsoleReader reader;
+ protected ConsoleReader reader;
48
0 commit comments