将 native/api/ 改名为 native/wndb/,避免与 Web API 层命名冲突
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import os
|
||||
from app.services.tjnetwork import *
|
||||
from app.native.api.project import copy_project
|
||||
from app.native.wndb.project import copy_project
|
||||
from app.algorithms.api_ex.run_simulation import run_simulation_ex, from_clock_to_seconds_2
|
||||
from math import sqrt, pi
|
||||
from app.services.epanet.epanet import Output
|
||||
@@ -22,7 +22,7 @@ import app.algorithms.api_ex.kmeans_sensor as kmeans_sensor
|
||||
import app.algorithms.api_ex.flow_data_clean as flow_data_clean
|
||||
import app.algorithms.api_ex.pressure_data_clean as pressure_data_clean
|
||||
import app.algorithms.api_ex.sensitivity as sensitivity
|
||||
from app.native.api.postgresql_info import get_pgconn_string
|
||||
from app.native.wndb.postgresql_info import get_pgconn_string
|
||||
|
||||
|
||||
############################################################
|
||||
|
||||
Reference in New Issue
Block a user