annotate flax/editline @ 1827:cc65c40802f6

checkpoint show data Ignore-this: b36efe828d197f5940ff1ba2ef8c05d0
author drewp@bigasterisk.com
date Sat, 09 Jun 2018 17:41:45 +0000
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