Error in import glob. Supposed to be from glob import glob changed in noise_sidefunc.py & timit_load.py
0.1.6
As in version 0.1.5, the syntax of local import (with dot change) really worked so this version includes for all the other modules
0.1.5
Previously having problems with local import, going to try import with dot behind local module source: https://stackoverflow.com/questions/4142151/how-to-import-the-class-within-the-same-directory-or-sub-directory
i.e. import data_input change to import .data_input