From 4f8758931e6024efc9813891ec98e1c33ed60466 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 23 Jun 2013 15:29:02 +0200 Subject: Fix trivial mismatch of license header Hacking H102 checks for a literal version of the Apache2 license header to match. Fix the trivial mismatch. See https://github.com/openstack-dev/hacking/blob/master/HACKING.rst for how the license header should look like. Change-Id: Ib5770bd447653c7b79aef084c29f09f8c32cf739 --- nova/tests/api/openstack/compute/contrib/test_coverage_ext.py | 2 +- nova/tests/utils.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nova/tests') diff --git a/nova/tests/api/openstack/compute/contrib/test_coverage_ext.py b/nova/tests/api/openstack/compute/contrib/test_coverage_ext.py index 957625b34..93a623bf6 100644 --- a/nova/tests/api/openstack/compute/contrib/test_coverage_ext.py +++ b/nova/tests/api/openstack/compute/contrib/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. import telnetlib diff --git a/nova/tests/utils.py b/nova/tests/utils.py index 556d1f91d..d39d14950 100644 --- a/nova/tests/utils.py +++ b/nova/tests/utils.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. import errno import platform -- cgit