zaqar/marconi/storage/sqlite/__init__.py
Zhihao Yuan 2b40336eeb Implementation of the reference storage.
Implements: blueprint storage-reference

Change-Id: I7b270208344e76a892e3bead764ba8b68fabca4d
2013-03-18 18:43:43 -04:00

8 lines
189 B
Python

"""
In-memory reference Storage Driver for Marconi.
Useful for automated testing and for prototyping storage driver concepts.
"""
from marconi.storage.sqlite.driver import Driver # NOQA