From 01b916c0b747e953d42773fa657028a668a526b5 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Sun, 25 May 2014 22:57:07 +0200 Subject: [PATCH] remove definitions of Python Source Code Encoding I think PEP 0263 (http://legacy.python.org/dev/peps/pep-0263/) is not used anywhere else and so it should be removed. Change-Id: Ic2c2b284cc80e3db4380fda6f81d45f6d57f2d02 --- doc/source/conf.py | 3 +-- oslo/db/sqlalchemy/migration.py | 2 -- tests/base.py | 2 -- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 510e579f..67bde877 100755 --- a/doc/source/conf.py +++ b/doc/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 @@ -72,4 +71,4 @@ latex_documents = [ ] # Example configuration for intersphinx: refer to the Python standard library. -#intersphinx_mapping = {'http://docs.python.org/': None} \ No newline at end of file +#intersphinx_mapping = {'http://docs.python.org/': None} diff --git a/oslo/db/sqlalchemy/migration.py b/oslo/db/sqlalchemy/migration.py index 8ea79906..acb35dfd 100644 --- a/oslo/db/sqlalchemy/migration.py +++ b/oslo/db/sqlalchemy/migration.py @@ -1,5 +1,3 @@ -# coding: utf-8 -# # Copyright (c) 2013 OpenStack Foundation # All Rights Reserved. # diff --git a/tests/base.py b/tests/base.py index a3069ed7..69e6a802 100644 --- a/tests/base.py +++ b/tests/base.py @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- - # Copyright 2010-2011 OpenStack Foundation # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. #