diff --git a/GrpcInterface/Python/rips/contour_map.py b/GrpcInterface/Python/rips/contour_map.py index 6d4e9d3db3..9aeb6bb5a6 100644 --- a/GrpcInterface/Python/rips/contour_map.py +++ b/GrpcInterface/Python/rips/contour_map.py @@ -1,6 +1,7 @@ """ ResInsight 3d contour map module """ + import Commands_pb2 from .pdmobject import add_method diff --git a/GrpcInterface/Python/rips/plot.py b/GrpcInterface/Python/rips/plot.py index da41c5ebdd..4b464420db 100644 --- a/GrpcInterface/Python/rips/plot.py +++ b/GrpcInterface/Python/rips/plot.py @@ -1,6 +1,7 @@ """ ResInsight 2d plot module """ + import Commands_pb2 from .pdmobject import add_method diff --git a/GrpcInterface/Python/rips/simulation_well.py b/GrpcInterface/Python/rips/simulation_well.py index abe100d70f..7c29d1c4e0 100644 --- a/GrpcInterface/Python/rips/simulation_well.py +++ b/GrpcInterface/Python/rips/simulation_well.py @@ -1,6 +1,7 @@ """ ResInsight SimulationWell """ + import grpc import SimulationWell_pb2