annotate flax/editline @ 2210:ddff5ce676eb

reorder
author drewp@bigasterisk.com
date Mon, 22 May 2023 13:55:04 -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