diff options
| author | Monty Taylor <mordred@inaugust.com> | 2013-08-06 13:30:55 -0300 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2013-08-08 12:13:22 -0300 |
| commit | 9e8a989b2a9e4e7780cc476ac754465c7e8b5a0e (patch) | |
| tree | 8f05c27814efa9e5953f6ed4e82374b351ec98de /ceilometerclient/tests/fakes.py | |
| parent | 091937b9a25aac666dba45ca5c8cc725af765a22 (diff) | |
| download | python-ceilometerclient-9e8a989b2a9e4e7780cc476ac754465c7e8b5a0e.tar.gz | |
Updated from global requirements
Change-Id: Ibf423f14a5c37aa298b2115bfd4936f660c6f530
Diffstat (limited to 'ceilometerclient/tests/fakes.py')
| -rw-r--r-- | ceilometerclient/tests/fakes.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ceilometerclient/tests/fakes.py b/ceilometerclient/tests/fakes.py index 097fca0..3074bc2 100644 --- a/ceilometerclient/tests/fakes.py +++ b/ceilometerclient/tests/fakes.py @@ -1,3 +1,14 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. from keystoneclient.v2_0 import client as ksclient |
