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

@ -3,7 +3,7 @@ A new kernel
"""
import numpy as np
from kern import Kern,CombinationKernel
from .kern import Kern,CombinationKernel
from .independent_outputs import index_to_slices
import itertools