Skip to content
Snippets Groups Projects
Commit bc778e40 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Optical Controller component:

- Fixed imports
parent 7d5cd09c
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!285Resolve: "(CNIT) New SBI Driver based on OpenROADM for ROADMs"
......@@ -16,11 +16,11 @@ import time
from flask import Flask
from flask import render_template
from flask_restplus import Resource, Api
from tools import *
from variables import *
from RSA import RSA
from common.proto.context_pb2 import TopologyId
from google.protobuf.json_format import MessageToDict
from common.proto.context_pb2 import TopologyId
from opticalcontroller.tools import *
from opticalcontroller.variables import *
from opticalcontroller.RSA import RSA
global rsa
......
......@@ -13,8 +13,8 @@
# limitations under the License.
import dijsktra
from tools import *
from variables import *
from opticalcontroller.tools import *
from opticalcontroller.variables import *
class RSA():
......
......@@ -14,10 +14,10 @@
import json
import numpy as np
from variables import *
from common.proto.context_pb2 import TopologyId , LinkId , OpticalLink , OpticalLinkDetails
from common.tools.object_factory.OpticalLink import correct_slot
from context.client.ContextClient import ContextClient
from opticalcontroller.variables import *
def common_slots(a, b):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment