Home | History | Annotate | Download | only in command_script
      1 script import sys, os
      2 script sys.path.append(os.path.join(os.getcwd(), os.pardir))
      3 script import welcome
      4 script import bug11569
      5 command script add welcome --function welcome.welcome_impl
      6 command script add targetname --function welcome.target_name_impl
      7 command script add longwait --function welcome.print_wait_impl
      8 command script import mysto.py --allow-reload
      9 command script add tell_sync --function welcome.check_for_synchro --synchronicity sync
     10 command script add tell_async --function welcome.check_for_synchro --synchronicity async
     11 command script add tell_curr --function welcome.check_for_synchro --synchronicity curr
     12