Fixed imports to make test run.

This commit is contained in:
Truls Alexander Tangstad 2006-05-02 13:21:24 +00:00
parent 2db1fc774e
commit bda48169fe

View File

@ -1,7 +1,7 @@
import unittest
import sys
sys.path.append('../../system')
from dataset import *
sys.path.append('../..')
from system.dataset import *
from scipy import rand,shape
class DatasetTest(unittest.TestCase):