From 20ba32ee96786c16312c99fde82c5894bf2f98d7 Mon Sep 17 00:00:00 2001 From: panepucci Date: Tue, 28 Jun 2016 17:51:13 +0200 Subject: [PATCH] Closedown --- script/test.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 script/test.py diff --git a/script/test.py b/script/test.py deleted file mode 100644 index a70aa88..0000000 --- a/script/test.py +++ /dev/null @@ -1,12 +0,0 @@ - -show_message("My message", title = "Title", blocking = True) - -print get_option("Choose:" , type = "YesNoCancel") - -print get_string("Enter string:", default = "default") - -print get_string("Choose string:", default = "default", alternatives = ["default", "alt1", "alt2"]) - -print get_string("Enter password:", password = True) - - \ No newline at end of file