Removes unnecessary utf-8 encoding

The following file(s) added utf-8 encoding but never used. So we can
remove them at all.

doc/source/conf.py
releasenotes/source/conf.py

Change-Id: I8ffd8ad1a9638a80696c3d0775372de5be642fbc
This commit is contained in:
melissaml 2017-01-05 15:07:57 +08:00
parent 1525c74b20
commit 31cd7b16b1
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-
#
# python-manilaclient documentation build configuration file, created by
# sphinx-quickstart on Sun Dec 6 14:19:25 2009.
#

View File

@ -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