I have two python scripts, which both work well alone. I want now to put them togehter in model builder. Script one imports a text file to a table and the second script works with this new table. In the second script there is a ToolValidator, with updating the updateParameters function. This update function works fine in the script alone, but when I combine the scripts, the updateParameters function doesn't work.