fix import error

This commit is contained in:
Roman Zeyde
2014-08-09 15:13:23 +03:00
parent 8ad3fb4371
commit 9985a88310

View File

@@ -67,7 +67,7 @@ class Sampler(object):
def resample(src, dst, df=0.0):
import common
from . import common
x = common.load(src)
sampler = Sampler(x, Interpolator())
sampler.freq += df