2011-08-25 01:45:40 +08:00
|
|
|
script import sys, os
|
|
|
|
script sys.path.append(os.path.join(os.getcwd(), os.pardir))
|
|
|
|
script import welcome
|
2011-12-15 04:40:27 +08:00
|
|
|
script import bug11569
|
2015-03-14 06:22:28 +08:00
|
|
|
command script add welcome --class welcome.WelcomeCommand
|
2015-05-27 13:04:35 +08:00
|
|
|
command script add targetname --class welcome.TargetnameCommand
|
2011-08-25 01:45:40 +08:00
|
|
|
command script add longwait --function welcome.print_wait_impl
|
2011-11-08 06:57:04 +08:00
|
|
|
command script import mysto.py --allow-reload
|
|
|
|
command script add tell_sync --function welcome.check_for_synchro --synchronicity sync
|
|
|
|
command script add tell_async --function welcome.check_for_synchro --synchronicity async
|
|
|
|
command script add tell_curr --function welcome.check_for_synchro --synchronicity curr
|
2014-10-02 05:47:29 +08:00
|
|
|
command script add takes_exe_ctx --function welcome.takes_exe_ctx
|