diff --git a/script/test.py b/script/test.py index 8c0e5c1..5e622dd 100644 --- a/script/test.py +++ b/script/test.py @@ -1,4 +1,7 @@ +from startup import * +""" +show_message("My message", title = "Title", blocking = True) print get_option("Choose:" , option_type = SwingUtils.OptionType.YesNoCancel) @@ -9,4 +12,9 @@ print get_string("Choose string:", default = "default", alternatives = ["default print get_string("Enter password:", password = True) -#show_message(msg, title = None, blocking = False) +""" + +def tst(): + inject() + print current.read() + \ No newline at end of file