[CLI] display instructions to enter an entry on the command line when no editor is set

This commit is contained in:
MinchinWeb 2015-05-05 15:30:18 -06:00
parent 1a220243bc
commit a4496518de

View file

@ -105,6 +105,7 @@ def py23_input(msg=""):
def py23_read(msg=""): def py23_read(msg=""):
print(msg)
return STDIN.read() return STDIN.read()