[cython import] error notices where it happens

This commit is contained in:
Max Zwiessele 2015-05-14 11:18:40 +01:00
parent b55f84f04f
commit 1629662678

View file

@ -15,7 +15,7 @@ from ...util.caching import Cache_this
try:
import stationary_cython
except ImportError:
print('warning: failed to import cython module: falling back to numpy')
print('warning in sationary: failed to import cython module: falling back to numpy')
config.set('cython', 'working', 'false')