Commit 75066fa6 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Plot: Fix missin import.

Showing with 2 additions and 0 deletions
+2 -0
...@@ -16,6 +16,8 @@ ...@@ -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__()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment