Differences From Artifact [cee4aa579b]:
- Executable file gluon/contrib/shell.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 9249) [annotate] [blame] [check-ins using]
To Artifact [eb2ebe95bd]:
- Executable file gluon/contrib/shell.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 9250) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
260 261 262 263 264 265 266 267 | finally: sys.modules['__main__'] = old_main return output.getvalue() if __name__=='__main__': history=History() while True: print run(history, raw_input('>>> ')).rstrip() | > | 260 261 262 263 264 265 266 267 268 | finally: sys.modules['__main__'] = old_main return output.getvalue() if __name__=='__main__': history=History() while True: print run(history, raw_input('>>> ')).rstrip() |