[plotting] py3 compatibility, is it right, that relative imports always have to be in the format from . import <.>

This commit is contained in:
mzwiessele 2015-09-30 17:02:32 +01:00
parent 5e89a1dfa6
commit 07c0284666
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ The module plotting results for SSGPLVM
import pylab
from ...models import SSGPLVM
from img_plots import plot_2D_images
from .img_plots import plot_2D_images
class SSGPLVM_plot(object):
def __init__(self,model, imgsize):