[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:16:58 +01:00
parent 3815658cc4
commit 8e4855db10
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ from ...core.parameterization.variational import VariationalPosterior
from .base_plots import x_frame2D
import itertools
try:
import Tango
from . import Tango
from matplotlib.cm import get_cmap
from matplotlib import pyplot as pb
from matplotlib import cm