Index: DamClients/DamPythonInterface/trunk/src/tests/test_input.py =================================================================== diff -u -r3501 -r3503 --- DamClients/DamPythonInterface/trunk/src/tests/test_input.py (.../test_input.py) (revision 3501) +++ DamClients/DamPythonInterface/trunk/src/tests/test_input.py (.../test_input.py) (revision 3503) @@ -46,7 +46,18 @@ Layer1D, WaterpressureInterpolationModelType, ) -from dampythoninterface.location import * +from dampythoninterface.location import ( + DesignScenario, + Location, + DesignOptions, + StabilityDesignMethodType, + WaternetOptions, + PhreaticLineCreationMethodType, + StabilityOptions, + IntrusionVerticalWaterPressureType, + DikeSoilScenarioType, + ZoneTypeClass +) from .utils import TestUtils Index: DamClients/DamPythonInterface/trunk/src/tests/test_location.py =================================================================== diff -u -r3501 -r3503 --- DamClients/DamPythonInterface/trunk/src/tests/test_location.py (.../test_location.py) (revision 3501) +++ DamClients/DamPythonInterface/trunk/src/tests/test_location.py (.../test_location.py) (revision 3503) @@ -18,8 +18,9 @@ # All names, logos, and references to "Deltares" are registered trademarks of # Stichting Deltares and remain full property of Stichting Deltares at all times. # All rights reserved. -from dampythoninterface.location import * +from dampythoninterface.location import DesignScenario, Location + import pytest from .utils import TestUtils from pathlib import Path