mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-10-29 17:22:42 +00:00
reorganization: gnpy/{core => topology}/spectrum_assignment.py
Change-Id: Ic6194ce639dcb2f9419372febe0f2b58473edb38
This commit is contained in:
@@ -27,10 +27,10 @@ from gnpy.core.network import save_network, build_network
|
||||
from gnpy.core.service_sheet import convert_service_sheet, correct_xls_route_list
|
||||
from gnpy.core.equipment import load_equipment
|
||||
from gnpy.core.network import load_network
|
||||
from gnpy.core.spectrum_assignment import build_oms_list, pth_assign_spectrum
|
||||
from gnpy.core.exceptions import ServiceError
|
||||
from gnpy.topology.request import (jsontocsv, requests_aggregation, compute_path_dsjctn,
|
||||
ResultElement, PathRequest)
|
||||
from gnpy.topology.spectrum_assignment import build_oms_list, pth_assign_spectrum
|
||||
from gnpy.tools.convert import convert_file
|
||||
from examples.path_requests_run import (requests_from_json, disjunctions_from_json,
|
||||
correct_disjn, compute_path_with_disjunction)
|
||||
|
||||
Reference in New Issue
Block a user