33 lines · plain
1script import sys, os2script sys.path.append(os.path.join(os.getcwd(), os.pardir))3script import welcome4script import bug115695command script add welcome --class welcome.WelcomeCommand6command script add targetname --class welcome.TargetnameCommand7command script add longwait --function welcome.print_wait_impl8command script import mysto.py --allow-reload9command script add tell_sync --function welcome.check_for_synchro --synchronicity sync10command script add tell_async --function welcome.check_for_synchro --synchronicity async11command script add tell_curr --function welcome.check_for_synchro --synchronicity curr12command script add takes_exe_ctx --function welcome.takes_exe_ctx13command script import decorated.py14 15 16command script import callables.py17 18command script add -f callables.foobar foobar19command script add -f callables.foobar4 foobar420command script add -f callables.vfoobar vfoobar21command script add -f callables.v5foobar v5foobar22 23command script add -f callables.FooBar.sfoobar sfoobar24command script add -f callables.FooBar.cfoobar cfoobar25command script add -f callables.FooBarObj.ifoobar ifoobar26 27command script add -f callables.FooBar.sfoobar4 sfoobar428command script add -f callables.FooBar.cfoobar4 cfoobar429command script add -f callables.FooBarObj.ifoobar4 ifoobar430 31command script add -f callables.FooBarObj ofoobar32command script add -f callables.FooBar4Obj ofoobar433