Ticket #1714: interactiveshell.diff
| File interactiveshell.diff, 0.6 kB (added by mte, 8 months ago) |
|---|
-
turbogears/command/base.py
old new 215 215 216 216 try: 217 217 return code.InteractiveConsole.raw_input(self, 218 *args, **kw)218 *args, **kw).decode(sys.stdin.encoding) 219 219 except EOFError: 220 220 b = raw_input("Do you wish to commit your " 221 221 "database changes? [yes]")