Fixed typos

This commit is contained in:
Mike Croucher 2015-09-07 16:22:42 +01:00
parent d904045663
commit b837525baa
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ from ..util.config import config
verbose = 0
try:
from . import linalg_cython
from ..util import linalg_cython
config.set('cython', 'working', 'True')
except ImportError:
config.set('cython', 'working', 'False')