print statement disturbs shell piping

This commit is contained in:
Martin Diehl 2016-07-04 21:44:59 +02:00
parent 3ada327d3f
commit be02300d38
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ from .config import Material # noqa
from .colormaps import Colormap, Color # noqa
try:
from .corientation import Quaternion, Rodrigues, Symmetry, Orientation # noqa
print "Import Cython version of Orientation module"
except:
from .orientation import Quaternion, Rodrigues, Symmetry, Orientation # noqa
#from .block import Block # only one class