another relative import (py3) bug

This commit is contained in:
James Hensman 2015-08-13 12:32:17 +01:00
parent 4f6a0e728a
commit 80f554adfd

View file

@ -13,7 +13,7 @@ The MIT Press, 2005.
Neural Networks and Machine Learning, pages 133-165. Springer, 1998. Neural Networks and Machine Learning, pages 133-165. Springer, 1998.
""" """
from kern import Kern from .kern import Kern
from ...core.parameterization import Param from ...core.parameterization import Param
from ...core.parameterization.transformations import Logexp from ...core.parameterization.transformations import Logexp