annotate flax/editline @ 2437:26f84fc67ab1

start 2024 show
author drewp@bigasterisk.com
date Wed, 29 May 2024 17:28:01 -0700
parents 45b12307c695
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
45b12307c695 Initial revision
drewp
parents:
diff changeset
1 #!/usr/bin/python
45b12307c695 Initial revision
drewp
parents:
diff changeset
2
45b12307c695 Initial revision
drewp
parents:
diff changeset
3 """loads and saves timelines. lets you edit the timings and select the
45b12307c695 Initial revision
drewp
parents:
diff changeset
4 functions. you should be able to edit the functions' parameters also.
45b12307c695 Initial revision
drewp
parents:
diff changeset
5 """
45b12307c695 Initial revision
drewp
parents:
diff changeset
6
45b12307c695 Initial revision
drewp
parents:
diff changeset
7 import Tkinter as tk
45b12307c695 Initial revision
drewp
parents:
diff changeset
8