| Index: client/samples/autotest_console
 | 
| diff --git a/client/samples/autotest_console b/client/samples/autotest_console
 | 
| deleted file mode 100644
 | 
| index 3825323e6709b9ea79222e9b20fb8f94f58666a5..0000000000000000000000000000000000000000
 | 
| --- a/client/samples/autotest_console
 | 
| +++ /dev/null
 | 
| @@ -1,16 +0,0 @@
 | 
| -# autotest_console.control - gives you an interactive interpreter within an
 | 
| -# autotest control file.
 | 
| -
 | 
| -# If you install IPython (http://ipython.scipy.org/, Ubuntu package "ipython"),
 | 
| -# you'll get a snazzy IPython console with readline and completion and all that.
 | 
| -# Otherwise you'll get a simple console without any of that.
 | 
| -
 | 
| -# -Steve Howard (showard@google.com)
 | 
| -
 | 
| -try:
 | 
| -	import IPython
 | 
| -	ipshell = IPython.Shell.IPShellEmbed(argv=[])
 | 
| -	ipshell()
 | 
| -except ImportError:
 | 
| -	import code
 | 
| -	code.interact('Autotest console', raw_input, local_env)
 | 
| 
 |