mirror of https://gitlab.com/pamhyr/pamhyr2
Plot: Fix missin import.
parent
e887df9aac
commit
75066fa61a
|
|
@ -16,6 +16,8 @@
|
||||||
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
from Model.Except import NotImplementedMethodeError
|
||||||
|
|
||||||
class APlot(object):
|
class APlot(object):
|
||||||
def __init__(self, canvas=None, data=None, toolbar=None):
|
def __init__(self, canvas=None, data=None, toolbar=None):
|
||||||
super(APlot, self).__init__()
|
super(APlot, self).__init__()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue