summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/conf.py2
-rw-r--r--releasenotes/source/conf.py1
-rw-r--r--swiftclient/__init__.py1
-rw-r--r--test/unit/test_service.py1
4 files changed, 0 insertions, 5 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 2673d6c..1c5fc69 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-#
# Swiftclient documentation build configuration file, created by
# sphinx-quickstart on Tue Apr 17 02:17:37 2012.
#
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 0945c81..a1385e5 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# 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
diff --git a/swiftclient/__init__.py b/swiftclient/__init__.py
index dc192af..38750d1 100644
--- a/swiftclient/__init__.py
+++ b/swiftclient/__init__.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# Copyright (c) 2012 Rackspace
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/test/unit/test_service.py b/test/unit/test_service.py
index 7f90eb4..8c38bd3 100644
--- a/test/unit/test_service.py
+++ b/test/unit/test_service.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# Copyright (c) 2014 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");