Skip to content

Commit

Permalink
Removed import of PredefinedGasConverter. Added imports for IGUVentil…
Browse files Browse the repository at this point in the history
…atedGapLayer and forced_ventilation_gap
  • Loading branch information
StephenCzarnecki committed Aug 2, 2023
1 parent 9f96f3d commit aee17d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pywincalc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
OpticalResultLayer, OpticalResultSide, OpticalResultSideColor, OpticalResultSide_Layer, OpticalResultTransmission, \
OpticalResultTransmissionColor, OpticalResults, OpticalResultsColor, OpticalStandard, OpticalStandardMethod, \
PVPowerProperty, PVWavelengthData, ParsedPerforatedGeometry, ParsedVenetianGeometry, ParsedWovenGeometry, \
PerforatedGeometry, PredefinedGasConverter, PredefinedGasType, ProductComposistionData, ProductData, \
PerforatedGeometry, PredefinedGasType, ProductComposistionData, ProductData, \
ProductDataOptical, ProductDataOpticalAndThermal, ProductDataOpticalDualBand, \
ProductDataOpticalDualBandBSDF, ProductDataOpticalDualBandHemispheric, ProductDataOpticalNBand, \
ProductDataOpticalPerforatedScreen, ProductDataOpticalVenetian, ProductDataOpticalWithMaterial, \
Expand All @@ -51,7 +51,9 @@
create_best_worst_u_factor_option, create_gas, create_perforated_screen, create_venetian_blind, create_woven_shade, \
get_cma_window_double_vision_horizontal, get_cma_window_double_vision_vertical, get_cma_window_single_vision, \
get_spacer_keff, nfrc_shgc_environments, nfrc_u_environments, parse_bsdf_xml_file, parse_bsdf_xml_string, \
parse_json, parse_json_file, parse_optics_file, parse_thmx_file, parse_thmx_string
parse_json, parse_json_file, parse_optics_file, parse_thmx_file, parse_thmx_string, IGUVentilatedGapLayer, \
forced_ventilation_gap



@deprecation.deprecated(deprecated_in="3.0.0", removed_in="4.0.0",
Expand Down

0 comments on commit aee17d4

Please sign in to comment.