diff options
Diffstat (limited to 'pycadf/openstack/common/fixture/moxstubout.py')
-rw-r--r-- | pycadf/openstack/common/fixture/moxstubout.py | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/pycadf/openstack/common/fixture/moxstubout.py b/pycadf/openstack/common/fixture/moxstubout.py index d7e118e..c76c4bd 100644 --- a/pycadf/openstack/common/fixture/moxstubout.py +++ b/pycadf/openstack/common/fixture/moxstubout.py @@ -15,8 +15,19 @@ # License for the specific language governing permissions and limitations # under the License. +############################################################################## +############################################################################## +## +## DO NOT MODIFY THIS FILE +## +## This file is being graduated to the oslotest library. Please make all +## changes there, and only backport critical fixes here. - dhellmann +## +############################################################################## +############################################################################## + import fixtures -from six.moves import mox # noqa +from six.moves import mox class MoxStubout(fixtures.Fixture): |