From 68a0eb52e8c78ae8af38abf75d3bc009cd834926 Mon Sep 17 00:00:00 2001 From: panepucci Date: Tue, 15 Dec 2015 14:46:11 +0100 Subject: [PATCH] Script execution --- script/test.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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