Re: using input(), raw_input() to allow user to run different functions

2009-06-30 Thread rhvonl...@gmail.com
On Jun 29, 5:22 pm, MRAB pyt...@mrabarnett.plus.com wrote: rhvonl...@gmail.com wrote: Something's been giving me difficulty.. We have a USB-attached device that we frequently debug with simple python scripts.  The model has always been that each script logs on to the device, does

using input(), raw_input() to allow user to run different functions

2009-06-29 Thread rhvonl...@gmail.com
Something's been giving me difficulty.. We have a USB-attached device that we frequently debug with simple python scripts. The model has always been that each script logs on to the device, does something, then logs off. As it turns out, we have mostly written scripts as unit tests for each API