diff --git a/backend/foxs/run_foxs.py b/backend/foxs/run_foxs.py index 6119014..31046fa 100644 --- a/backend/foxs/run_foxs.py +++ b/backend/foxs/run_foxs.py @@ -54,7 +54,7 @@ def setup_environment(): # Add IMP and gnuplot to the path, using modules from python import module - module('load', 'imp/last_ok_build', 'gnuplot') + module('load', 'imp', 'gnuplot') def get_command_options(p):