mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
[plotting] py3 compatibility, is it right, that relative imports always have to be in the format from . import <.>
This commit is contained in:
parent
71bc90bf98
commit
5e89a1dfa6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from matplotlib import pyplot as pb
|
from matplotlib import pyplot as pb
|
||||||
import Tango
|
from . import Tango
|
||||||
from matplotlib.textpath import TextPath
|
from matplotlib.textpath import TextPath
|
||||||
from matplotlib.transforms import offset_copy
|
from matplotlib.transforms import offset_copy
|
||||||
from .base_plots import ax_default
|
from .base_plots import ax_default
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue