[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 16:50:41 +01:00
parent 71bc90bf98
commit 5e89a1dfa6

View file

@ -3,7 +3,7 @@
import numpy as np
from matplotlib import pyplot as pb
import Tango
from . import Tango
from matplotlib.textpath import TextPath
from matplotlib.transforms import offset_copy
from .base_plots import ax_default