Changed to a standard setuptools package layout

This commit is contained in:
Chris Kerr
2014-11-07 15:42:53 +00:00
parent b7009e8630
commit 7da8b8b5e6
4 changed files with 22 additions and 2 deletions

View File

@@ -8,8 +8,8 @@ import numpy as np
from numpy.testing import assert_array_almost_equal, assert_array_equal
from nose.tools import ok_, eq_, raises
from .. import MPTfile, MPRfile
from ..BioLogic import MPTfileCSV, str3 # not exported
from galvani import MPTfile, MPRfile
from galvani.BioLogic import MPTfileCSV, str3 # not exported
testdata_dir = os.path.join(os.path.dirname(__file__), 'testdata')