# HG changeset patch # User catherine@cordelia # Date 1207575475 14400 # Node ID 1a52de2c541e110d6bd1d4d98b6eaaee969873a8 # Parent 16618ff91c635e6b9f17b225a047dfac8804918d minor tweaks diff -r 16618ff91c63 -r 1a52de2c541e mysqlpy.py --- a/mysqlpy.py Thu Apr 03 11:47:08 2008 -0400 +++ b/mysqlpy.py Mon Apr 07 09:37:55 2008 -0400 @@ -93,6 +93,10 @@ '''Runs query_load10g defined above, to display OS load on cluster nodes (10gRAC)''' self.do_select(self.query_load10g) + def do_himom(self,args): + '''greets your mom''' + print 'hi mom' + def do_db(self,args,filepath='pass.txt'): '''Exec do_connect to db_alias in args (credentials form the file pass.txt) ''' f = open(filepath,'r')