mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-26 15:49:40 +02:00
Relative import fixes for Python 3 compatibility
This commit is contained in:
parent
1bbf58fdcf
commit
5e4afb765a
11 changed files with 94 additions and 94 deletions
|
|
@ -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.'
|
||||
Loading…
Add table
Add a link
Reference in a new issue