As part of adding the hacking file, this patch adds some files taken from nova project that will help with the coding standards validation. Tox now uses run_pep8 for the pep8 test Change-Id: I0784390a0b13c9694e358563d43e5442592a785e
8 lines
192 B
Python
8 lines
192 B
Python
"""
|
|
In-memory reference Storage Driver for Marconi.
|
|
|
|
Useful for automated testing and for prototyping storage driver concepts.
|
|
"""
|
|
|
|
from marconi.storage.reference.driver import Driver # NOQA
|