diff --git a/tabellio/config/utils.py b/tabellio/config/utils.py index 6a6d476..e1c013b 100644 --- a/tabellio/config/utils.py +++ b/tabellio/config/utils.py @@ -9,6 +9,8 @@ def get_dossiers_path(): def get_documents_path(): return component.getUtility(IRegistry).forInterface(ITabellioSettings, False).documentsPath +def get_deputies_path(): + return component.getUtility(IRegistry).forInterface(ITabellioSettings, False).deputiesPath def get_sessions(): settings = component.getUtility(IRegistry).forInterface(ITabellioSettings, False)