summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2014-04-29 12:24:49 -0700
committerDoug Hellmann <doug.hellmann@dreamhost.com>2014-04-29 12:24:49 -0700
commitf903f54094b8a9198c0d027b981aefbf6fdc71d5 (patch)
treef570b3a3832f053a61778392dfbe055f972c09cc
parent450b9ea681799cf096b9cf7e2a20e7eb99fb0a86 (diff)
downloadoslo-i18n-f903f54094b8a9198c0d027b981aefbf6fdc71d5.tar.gz
pep8 fixes from import
Change-Id: I3f68c1cf0b0780174695b3a596a36523e96b44e7
-rw-r--r--oslo/__init__.py2
-rwxr-xr-xsetup.py2
-rw-r--r--tests/__init__.py2
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.