annotate flax/editline @ 663:aa98c1a44326

cp Ignore-this: 49ee880bfdaa2dbd2a20d65bc1fa61f3
author drewp@bigasterisk.com
date Sun, 19 Jun 2011 07:43:27 +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