Skip to content

Commit a8218ef

Browse files
committed
expose the ConsoleReader as protected so subclasses can configure its behavior
1 parent 49f14d8 commit a8218ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/python/util/JLineConsole.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ public String raw_input(PyObject prompt) {
4444
return line.endsWith("\n") ? line.substring(0, line.length() - 1) : line;
4545
}
4646

47-
private ConsoleReader reader;
47+
protected ConsoleReader reader;
4848
}

0 commit comments

Comments
 (0)