Add a new pass-through module for resinsight_classes.py to aid documentation

This commit is contained in:
Gaute Lindkvist
2021-01-21 10:45:37 +01:00
committed by Magne Sjaastad
parent 861577922a
commit a2ee4c8fef
12 changed files with 50 additions and 47 deletions

View File

@@ -3,8 +3,8 @@ ResInsight 2d plot module
"""
import Commands_pb2
from .pdmobject import PdmObjectBase, add_method
from resinsight_classes import PlotWindow, Plot
from .pdmobject import add_method
from .resinsight_classes import PlotWindow, Plot
@add_method(PlotWindow)