reorganization: gnpy/{core => topology}/spectrum_assignment.py

Change-Id: Ic6194ce639dcb2f9419372febe0f2b58473edb38
This commit is contained in:
Jan Kundrát
2020-05-23 15:05:24 +02:00
parent baa9171315
commit 01c566a325
7 changed files with 8 additions and 8 deletions

View File

@@ -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)