allow package specific actions
This commit is contained in:
@@ -19,7 +19,7 @@ from pathlib import Path
|
||||
IMPORT_RE = re.compile(r"@import\((.*)\)")
|
||||
FILE_RE = re.compile(r"@file\((.*)\)")
|
||||
|
||||
CONFIG_FILE = "fsmi_fsr/generator.conf"
|
||||
CONFIG_FILE = "fsmi_fsr/"
|
||||
|
||||
WEEKDAYS = { 0: "Montag",
|
||||
1: "Dienstag",
|
||||
|
||||
Reference in New Issue
Block a user