diff options
| author | John L. Villalovos <john.l.villalovos@intel.com> | 2015-04-20 11:49:38 -0700 |
|---|---|---|
| committer | John L. Villalovos <john.l.villalovos@intel.com> | 2015-04-21 16:44:47 +0000 |
| commit | 2df670cf3045c2c430eaaac6f48919d6d1586afc (patch) | |
| tree | 0cca4d525084973c71a7fb20dcae504d401b7b4a /doc/source | |
| parent | cbc1ce5b0aba779236d8fa3b1df9d221c9768360 (diff) | |
| download | python-ironicclient-2df670cf3045c2c430eaaac6f48919d6d1586afc.tar.gz | |
Remove unneeded 'utf-8' coding lines
This is basically a revert of commit:
af741ec2236619880fa902d68aef4a6ae6cef534
It was decided that only files that need to have the line:
# -*- coding: utf-8 -*-
Should have the line[1] as a general principle
This patch removes the 'utf-8' coding line from files that consist
entirely of ASCII characters.
[1]
http://eavesdrop.openstack.org/meetings/ironic/2015/ironic.2015-04-20-17.00.html
Partial-bug: #1325193
Change-Id: I88c1c37f7b580aa805eae9d4a1e66d33302a325f
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/conf.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 8f3b343..988d7e8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,6 +1,3 @@ -# -*- coding: utf-8 -*- -# - # -- General configuration ---------------------------------------------------- # Add any Sphinx extension module names here, as strings. They can be |
