[Cython] Fixed location of data directory for unit tests

This commit is contained in:
Ray Speth 2013-02-15 17:32:24 +00:00
parent fae8197bd4
commit c3d49950bd

View file

@ -1,7 +1,7 @@
import os
import cantera
cantera.add_directory(os.path.dirname(__file__))
cantera.add_directory(os.path.join(os.path.dirname(__file__), 'data'))
from .test_thermo import *
from .test_purefluid import *