diff --git a/amodem/sampling.py b/amodem/sampling.py index 22b1841..a1a8dbd 100644 --- a/amodem/sampling.py +++ b/amodem/sampling.py @@ -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