summaryrefslogtreecommitdiff
path: root/swiftclient/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'swiftclient/__init__.py')
-rw-r--r--swiftclient/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/swiftclient/__init__.py b/swiftclient/__init__.py
index c4b7d45..b412f13 100644
--- a/swiftclient/__init__.py
+++ b/swiftclient/__init__.py
@@ -1,4 +1,4 @@
-# -*- encoding: utf-8 -*-
+# -*- coding: utf-8 -*-
# Copyright (c) 2012 Rackspace
# flake8: noqa
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-""""
+"""
OpenStack Swift Python client binding.
"""
from .client import *