That worked. Thanks Jake!!! Brian
On Friday, October 3, 2014 12:57:45 PM UTC-4, Jacob Peck wrote: > > > On 10/3/2014 12:17 PM, brian wrote: > > *Node:* > > *def scriptWrapper(usr, pwd ):* > > * exec(g.findTestScript(c,'setupPath')) * > > * setupPath()* > > * from pyLib.doSomething import doSomthing* > > * a = doSomthing()* > > * a.login(usr, pwd)* > > * return( True )* > > Change this to: > > *def scriptWrapper(usr, pwd ):* > > * exec(g.findTestScript(c,'setupPath')) * > > * setupPath()* > > > > > * import pyLib.doSomething as ds ds = reload(ds) doSomething = > ds.doSomething * > > * a = doSomthing()* > > * a.login(usr, pwd)* > > > * return( True ) * > > > > *Perhaps that will work for you? -->Jake * > > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
