annotate flax/editline @ 2112:0b80bcc82cb1

reformat
author drewp@bigasterisk.com
date Thu, 02 Jun 2022 18:52:24 +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