From f903f54094b8a9198c0d027b981aefbf6fdc71d5 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 29 Apr 2014 12:24:49 -0700 Subject: [PATCH] pep8 fixes from import Change-Id: I3f68c1cf0b0780174695b3a596a36523e96b44e7 --- oslo/__init__.py | 2 +- setup.py | 2 +- tests/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/oslo/__init__.py b/oslo/__init__.py index c659cac..bf1237a 100644 --- a/oslo/__init__.py +++ b/oslo/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__import__('pkg_resources').declare_namespace(__name__) \ No newline at end of file +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup.py b/setup.py index 7eeb36b..70c2b3f 100755 --- a/setup.py +++ b/setup.py @@ -19,4 +19,4 @@ import setuptools setuptools.setup( setup_requires=['pbr'], - pbr=True) \ No newline at end of file + pbr=True) diff --git a/tests/__init__.py b/tests/__init__.py index f88664e..19f5e72 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -10,4 +10,4 @@ # 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. \ No newline at end of file +# under the License.