This commit is contained in:
Alex Apolloni 2013-10-30 11:02:02 +01:00
commit db820b74ba

View file

@ -61,6 +61,8 @@ def prompt(msg):
"""Prints a message to the std err stream defined in util.""" """Prints a message to the std err stream defined in util."""
if not msg.endswith("\n"): if not msg.endswith("\n"):
msg += "\n" msg += "\n"
print "barf"
print msg
STDERR.write(u(msg)) STDERR.write(u(msg))
def py23_input(msg): def py23_input(msg):