From 07fa86a0f6011325c419a1e9fbc6f57f12ff462c Mon Sep 17 00:00:00 2001 From: Eric Fried Date: Mon, 20 Jul 2015 15:45:13 -0500 Subject: [PATCH] Remove content from functionally-empty __init__s Found a couple of __init__.pys with nothing but copyright statements in them. Change-Id: I05c397b0acf00bf43e63ac86e48d7cd11a34b60c --- nova_powervm/__init__.py | 15 --------------- nova_powervm/virt/__init__.py | 15 --------------- 2 files changed, 30 deletions(-) diff --git a/nova_powervm/__init__.py b/nova_powervm/__init__.py index 2174afb3..e69de29b 100644 --- a/nova_powervm/__init__.py +++ b/nova_powervm/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2014 IBM Corp. -# -# All Rights Reserved. -# -# 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. diff --git a/nova_powervm/virt/__init__.py b/nova_powervm/virt/__init__.py index 2174afb3..e69de29b 100644 --- a/nova_powervm/virt/__init__.py +++ b/nova_powervm/virt/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2014 IBM Corp. -# -# All Rights Reserved. -# -# 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.