1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-11-13 03:03:08 +00:00

Remove uneeded test script file

This commit is contained in:
Thomas A. Christensen II 2021-08-09 21:02:20 -05:00
parent c318ded0a6
commit 9036ace524
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -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")
# )