Make filestorage available to code that only imports storage.
The storage-related tests were relying on this, if nothing else.
This commit is contained in:
parent
766d9ae7be
commit
4a791b8006
@ -248,3 +248,5 @@ def storage_system_from_config(config_section):
|
||||
|
||||
storage_class = common.import_component(storage_class)
|
||||
return storage_class(**config_params)
|
||||
|
||||
import filestorage
|
||||
|
Loading…
x
Reference in New Issue
Block a user