fix tests' imports

This commit is contained in:
Roman Zeyde
2014-08-05 10:14:46 +03:00
parent a1a3979b7f
commit c34415df9d
6 changed files with 11 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
import sigproc
import itertools
import config
from amodem import sigproc
from amodem import config
import numpy as np
import random
import itertools
def test_qam():