changeset 256:d09f16b71f66

do_host
author catherine@Elli.myhome.westell.com
date Fri, 13 Mar 2009 17:55:42 -0400
parents 39ecc4b65b11
children 6d4d90fb2082
files sqlpython/sqlpython.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sqlpython/sqlpython.py	Thu Mar 12 21:29:51 2009 -0400
+++ b/sqlpython/sqlpython.py	Fri Mar 13 17:55:42 2009 -0400
@@ -67,6 +67,7 @@
         except Exception, e:
             print e
             
+    do_host = cmd2.Cmd.do_shell
     
     def emptyline(self):
         pass