Skip to content

Commit 1b89e05

Browse files
committed
Forgot to commit test-add-layout script.
1 parent 8de7444 commit 1b89e05

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/usr/bin/python3
2+
3+
import InputSources
4+
5+
if __name__ == "__main__":
6+
add_dialog = InputSources.AddLayoutDialog([])
7+
add_dialog.dialog.show_all()
8+
add_dialog.dialog.run()
9+
add_dialog.dialog.destroy()
10+
11+
exit(0)

0 commit comments

Comments
 (0)