diff --git a/workflows/case_creation/Snakefile b/workflows/case_creation/Snakefile
index 038fbf15e75f57066d8cb49736cccf7c9e700f6b..c32d0af84ff9c9dd184ccfcbbb766af85c351dbd 100644
--- a/workflows/case_creation/Snakefile
+++ b/workflows/case_creation/Snakefile
@@ -2,8 +2,8 @@ from snakemake.utils import validate
 from snakemake.utils import Paramspace
 import pandas as pd
 
-from utils.snake_utils.case_templates import create_filelist_from_template
-from utils.snake_utils.case_templates import case_templates
+from ntrfc.utils.snake_utils.case_templates import create_filelist_from_template
+from ntrfc.utils.snake_utils.case_templates import case_templates
 
 configfile : "casesettings.yaml"
 validate(config,"config.schema.yaml")