Remove uneeded test script file

develop
parent c318ded0a6
commit 9036ace524
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -1,13 +0,0 @@
using Gtk
openpath = open_dialog_native(
"Select a datasheet")
# GtkNullContainer(),
# ("*.csv", GtkFileFilter("*.csv", name="Comma-separated values"))
# )
# savepath = save_dialog_native(
# "Save your results",
# GtkNullContainer(),
# (GtkFileFilter("*.txt", name="Results file"),
# "*.txt")
# )
Loading…
Cancel
Save