Ticket #1714: interactiveshell.diff

File interactiveshell.diff, 0.6 kB (added by mte, 8 months ago)
  • turbogears/command/base.py

    old new  
    215215 
    216216                    try: 
    217217                        return code.InteractiveConsole.raw_input(self, 
    218                                                         *args, **kw
     218                                    *args, **kw).decode(sys.stdin.encoding
    219219                    except EOFError: 
    220220                        b = raw_input("Do you wish to commit your " 
    221221                                      "database changes? [yes]")