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

@ -1,7 +1,7 @@
# Copyright (c) 2013, 2014 GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
from kernel import Kernel
from linear import Linear
from mlp import MLP
from .kernel import Kernel
from .linear import Linear
from .mlp import MLP
#from rbf import RBF