Changeset - d3ed4ebf53a5
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 16 years ago 2009-06-15 00:39:20
drewp@bigasterisk.com
curve: whitespace and header cleanups
1 file changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
light9/curve.py
Show inline comments
 
@@ -8,8 +8,7 @@ except ImportError:
 
    import louie as dispatcher
 

	
 
import run_local
 
from light9 import Submaster, dmxclient, networking, cursors
 
from light9.TLUtility import make_attributes_from_args
 
from light9 import cursors
 
from light9.dmxchanedit import gradient
 
from light9.zoomcontrol import RegionZoom
 
from bcf2000 import BCF2000
 
@@ -722,7 +721,6 @@ class Curvesetview(tk.Frame):
 
        f = tk.Frame(self,relief='raised',bd=1)
 
        f.pack(side='top',fill='both',exp=1)
 

	
 

	
 
        leftside = tk.Frame(f)
 
        leftside.pack(side='left')
 

	
0 comments (0 inline, 0 general)