Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Ticket #1714: interactiveshell.diff

File interactiveshell.diff, 635 bytes (added by mte, 4 years ago)
  • turbogears/command/base.py

     
    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]")