diff options
author | John Glover <j@johnglover.net> | 2012-07-12 21:26:24 +0100 |
---|---|---|
committer | John Glover <j@johnglover.net> | 2012-07-12 21:26:24 +0100 |
commit | 2bcef075333eba14ae5e082d1d396012180329ae (patch) | |
tree | 59e0079cb280f139461e14c041e7da9809730b11 | |
parent | c247a24e6785312b228e93f2c588e1177cf296d9 (diff) | |
download | simpl-2bcef075333eba14ae5e082d1d396012180329ae.tar.gz simpl-2bcef075333eba14ae5e082d1d396012180329ae.tar.bz2 simpl-2bcef075333eba14ae5e082d1d396012180329ae.zip |
[simpl] Update references to pysndobj.
-rw-r--r-- | simpl/__init__.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/simpl/__init__.py b/simpl/__init__.py index 515e052..101c96d 100644 --- a/simpl/__init__.py +++ b/simpl/__init__.py @@ -27,10 +27,10 @@ Residual = pybase.Residual compare_peak_amps = pybase.compare_peak_amps compare_peak_freqs = pybase.compare_peak_freqs -import sndobj -SndObjPeakDetection = sndobj.SndObjPeakDetection -SndObjPartialTracking = sndobj.SndObjPartialTracking -SndObjSynthesis = sndobj.SndObjSynthesis +import pysndobj +SndObjPeakDetection = pysndobj.SndObjPeakDetection +SndObjPartialTracking = pysndobj.SndObjPartialTracking +SndObjSynthesis = pysndobj.SndObjSynthesis import mq MQPeakDetection = mq.MQPeakDetection |