From 9cace89d696de89cee715679f1a2ead80324495b Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Sun, 4 Oct 2015 16:45:23 +0100 Subject: [PATCH] [testing] more restructuring, almost ready to ship, added some tests for testing with travis --- GPy/plotting/matplot_dep/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPy/plotting/matplot_dep/__init__.py b/GPy/plotting/matplot_dep/__init__.py index 34a8c745..2d80ae95 100644 --- a/GPy/plotting/matplot_dep/__init__.py +++ b/GPy/plotting/matplot_dep/__init__.py @@ -17,4 +17,4 @@ # from .ssgplvm import SSGPLVM_plot -from util import align_subplot_array, align_subplots, fewerXticks, removeRightTicks, removeUpperTicks \ No newline at end of file +from .util import align_subplot_array, align_subplots, fewerXticks, removeRightTicks, removeUpperTicks \ No newline at end of file