From cbf8a2a65928694202e19b6bcf56ec84bcbf613c Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 8 Dec 2012 02:02:25 +0100 Subject: Reorganize source tree and files installation location, cleanup setup.py (Closes: #689409) --- test/clitest.py | 2 +- test/libtest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/clitest.py b/test/clitest.py index 8fc4072..a818b5d 100644 --- a/test/clitest.py +++ b/test/clitest.py @@ -10,7 +10,7 @@ import subprocess import sys sys.path.append('..') -from lib import mat +from MAT import mat import test diff --git a/test/libtest.py b/test/libtest.py index c44387d..9a833f1 100644 --- a/test/libtest.py +++ b/test/libtest.py @@ -9,7 +9,7 @@ import unittest import test import sys sys.path.append('..') -from lib import mat +from MAT import mat class TestRemovelib(test.MATTest): -- cgit v1.3