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:
Brett Smith 2012-07-08 10:30:55 -04:00
parent 766d9ae7be
commit 4a791b8006

View File

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