Print fixes for Python 3

This commit is contained in:
Mike Croucher 2015-02-27 19:04:25 +00:00
parent 09c93e62d0
commit 300bdb960b

View file

@ -4,4 +4,4 @@
try:
from . import matplot_dep
except (ImportError, NameError):
print 'Fail to load GPy.plotting.matplot_dep.'
print('Fail to load GPy.plotting.matplot_dep.')