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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user