summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-02-18 00:14:49 +0000
committerGerrit Code Review <review@openstack.org>2016-02-18 00:14:49 +0000
commit45583d6af7e2bdeac7d45c97c89b8925f57035b7 (patch)
tree701fccc1f9160b6c29969eeb8b37a6a1603179f3
parentf95c03cc400601cbe1a081e9c874ddb51a41848c (diff)
parent9e6b12e6b2ecebb6334b6f2a7a1b308e4d3c96e8 (diff)
downloadpython-swiftclient-45583d6af7e2bdeac7d45c97c89b8925f57035b7.tar.gz
Merge "Use "# noqa" instead of "#flake8: noqa""
-rw-r--r--swiftclient/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/swiftclient/__init__.py b/swiftclient/__init__.py
index b412f13..dc192af 100644
--- a/swiftclient/__init__.py
+++ b/swiftclient/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2012 Rackspace
-# flake8: noqa
+#
# 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
@@ -17,7 +17,7 @@
"""
OpenStack Swift Python client binding.
"""
-from .client import *
+from .client import * # noqa
# At setup.py time, we haven't installed anything yet, so there
# is nothing that is able to set this version property. Squelching