Import fixes for Py3

This commit is contained in:
Mike Croucher 2015-02-27 17:55:58 +00:00
parent e07d554cb5
commit 19e9c9e735
21 changed files with 35 additions and 35 deletions

View file

@ -1,7 +1,7 @@
# Copyright (c) 2012, James Hensman and Ricardo Andrade
# Licensed under the BSD 3-clause license (see LICENSE.txt)
from kern import Kern
from .kern import Kern
import numpy as np
from scipy import weave
from ...core.parameterization import Param