algo
This commit is contained in:
14
reload.py
14
reload.py
@@ -26,16 +26,17 @@ class _CommandReload:
|
||||
PVPlantGeoreferencing, PVPlantImportGrid, PVPlantTerrainAnalisys, \
|
||||
PVPlantSite, PVPlantRackChecking, PVPlantFence, PVPlantFencePost, PVPlantFenceGate, \
|
||||
PVPlantCreateTerrainMesh, \
|
||||
PVPlantFoundation, PVPlantTreeGenerator, PVPlantBuilding, PVPlantTrench, PVPlantEarthWorks, PVPlantPad, \
|
||||
PVPlantFoundation, PVPlantBuilding, PVPlantEarthWorks, PVPlantPad, \
|
||||
PVPlantRoad, PVPlantTerrain, PVPlantStringing, PVPlantManhole, \
|
||||
GraphProfile
|
||||
|
||||
from Civil import PVPlantTrench
|
||||
from Vegetation import PVPlantTreeGenerator
|
||||
|
||||
from Mechanical.Frame import PVPlantFrame
|
||||
from Project.Area import PVPlantArea, PVPlantAreaUtils
|
||||
#from Importer import importDXF
|
||||
from Export import PVPlantBOQCivil, PVPlantBOQElectrical, PVPlantBOQMechanical, exportPVSyst, exportDXF
|
||||
from Utils import PVPlantUtils, PVPlantTrace, m_gui_edit, profile_editor, graphics
|
||||
#from Lib import GoogleMapDownloader
|
||||
|
||||
from Electrical.Cable import PVPlantCable, PVPlantElectricalLine
|
||||
from Electrical import Conduit
|
||||
@@ -47,6 +48,8 @@ class _CommandReload:
|
||||
import MeshTools.Triangulation as Triangulation
|
||||
from Project import ProjectSetup
|
||||
import importlib
|
||||
import hydro.hydrological as hydro
|
||||
import Importer.importOSM as iOSM
|
||||
|
||||
importlib.reload(ProjectSetup)
|
||||
importlib.reload(PVPlantPlacement)
|
||||
@@ -98,6 +101,11 @@ class _CommandReload:
|
||||
importlib.reload(layoutToExcel)
|
||||
importlib.reload(Conduit)
|
||||
|
||||
importlib.reload(hydro)
|
||||
importlib.reload(iOSM)
|
||||
|
||||
import Project.GenerateExternalDocument as GED
|
||||
importlib.reload(GED)
|
||||
|
||||
#importlib.reload(GoogleMapDownloader)
|
||||
print("Reload modules...")
|
||||
|
||||
Reference in New Issue
Block a user