utility function to get deputies path

This commit is contained in:
Frédéric Péters 2011-08-29 09:49:01 +02:00
parent 4a8fa70fb3
commit 17daaf5701
1 changed files with 2 additions and 0 deletions

View File

@ -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)