Relative import fixes for Python 3 compatibility

This commit is contained in:
Mike Croucher 2015-02-26 07:10:10 +00:00
parent 1bbf58fdcf
commit 5e4afb765a
11 changed files with 94 additions and 94 deletions

View file

@ -2,6 +2,6 @@
# Licensed under the BSD 3-clause license (see LICENSE.txt)
try:
import matplot_dep
from . import matplot_dep
except (ImportError, NameError):
print 'Fail to load GPy.plotting.matplot_dep.'