changeset 248:4e7d40c6aa42

removed old dependency on semprini
author drewp@bigasterisk.com
date Wed, 15 Jun 2005 03:19:46 +0000
parents 6354a6af4ee2
children f0f9e136b0cb
files bin/curvecalc
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/bin/curvecalc	Wed Jun 15 03:19:15 2005 +0000
+++ b/bin/curvecalc	Wed Jun 15 03:19:46 2005 +0000
@@ -18,9 +18,7 @@
 from light9.TLUtility import make_attributes_from_args
 from light9.zoomcontrol import Zoomcontrol
 from light9.curve import Curve, Curveview, Curveset, Curvesetview
-
-sys.path.extend(["../semprini","../../semprini"])
-from lengther import wavelength # for measuring duration of .wav
+from light9.wavelength import wavelength 
 
 class Music:
     def __init__(self):