Allow additional config options for external plugins

This commit is contained in:
Unrud
2017-06-21 09:48:57 +02:00
parent 31377bad40
commit 276de4fd3a
6 changed files with 28 additions and 4 deletions

View File

@ -88,6 +88,8 @@ if os.name == "nt":
elif os.name == "posix":
import fcntl
INTERNAL_TYPES = ("multifilesystem",)
def load(configuration, logger):
"""Load the storage manager chosen in configuration."""