1script import sys, os 2script sys.path.append(os.path.join(os.getcwd(), os.pardir)) 3script import welcome 4script import bug11569 5command script add welcome --class welcome.WelcomeCommand 6command script add targetname --class welcome.TargetnameCommand 7command script add longwait --function welcome.print_wait_impl 8command script import mysto.py --allow-reload 9command script add tell_sync --function welcome.check_for_synchro --synchronicity sync 10command script add tell_async --function welcome.check_for_synchro --synchronicity async 11command script add tell_curr --function welcome.check_for_synchro --synchronicity curr 12command script add takes_exe_ctx --function welcome.takes_exe_ctx 13command script import decorated.py 14 15 16command script import callables.py 17 18command script add -f callables.foobar foobar 19command script add -f callables.foobar4 foobar4 20command script add -f callables.vfoobar vfoobar 21command script add -f callables.v5foobar v5foobar 22 23command script add -f callables.FooBar.sfoobar sfoobar 24command script add -f callables.FooBar.cfoobar cfoobar 25command script add -f callables.FooBarObj.ifoobar ifoobar 26 27command script add -f callables.FooBar.sfoobar4 sfoobar4 28command script add -f callables.FooBar.cfoobar4 cfoobar4 29command script add -f callables.FooBarObj.ifoobar4 ifoobar4 30 31command script add -f callables.FooBarObj ofoobar 32command script add -f callables.FooBar4Obj ofoobar4 33