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) 2012-2014, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import classification
import regression
import dimensionality_reduction
import non_gaussian
from . import classification
from . import regression
from . import dimensionality_reduction
from . import non_gaussian