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 --function welcome.welcome_impl
6command script add targetname --function welcome.target_name_impl
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
12