From 0134008f9b305958e65eb02972b6237789189467 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 27 Jun 2013 21:42:11 +0200 Subject: [PATCH] Fixup trivial License Header mismatch. The currently proposed Hacking check H103 compares the license boilerplate header in source files with a known good version. Fix up the syntactical-only mismatches with that check. Change-Id: Ie8861b9ded858aabb4cebbe9db656e8cccc9efed --- novaclient/tests/v1_1/test_coverage_ext.py | 2 +- novaclient/v1_1/client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/novaclient/tests/v1_1/test_coverage_ext.py b/novaclient/tests/v1_1/test_coverage_ext.py index 0c78afaa4..de23ee7b4 100644 --- a/novaclient/tests/v1_1/test_coverage_ext.py +++ b/novaclient/tests/v1_1/test_coverage_ext.py @@ -12,7 +12,7 @@ # 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 +# under the License. # See: http://wiki.openstack.org/Nova/CoverageExtension for more information # and usage explanation for this API extension diff --git a/novaclient/v1_1/client.py b/novaclient/v1_1/client.py index 7b93cc369..3be8992f4 100644 --- a/novaclient/v1_1/client.py +++ b/novaclient/v1_1/client.py @@ -12,7 +12,7 @@ # 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 +# under the License. from novaclient import client from novaclient.v1_1 import agents