Skip to content

Commit bbc32db

Browse files
committed
remove unicode from code
Change-Id: If79590fd1f390ad44aa96041240a09b3646f11bd
1 parent 751df71 commit bbc32db

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

doc/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
master_doc = 'index'
4343

4444
# General information about the project.
45-
copyright = u'2013, OpenStack Foundation'
45+
copyright = '2013, OpenStack Foundation'
4646

4747
# If true, '()' will be appended to :func: etc. cross-reference text.
4848
add_function_parentheses = True
@@ -70,8 +70,8 @@
7070
latex_documents = [
7171
('index',
7272
'doc-python-zunclient.tex',
73-
u'Python Zun Client Documentation',
74-
u'Zun development team', 'manual'),
73+
'Python Zun Client Documentation',
74+
'Zun development team', 'manual'),
7575
]
7676

7777
# Disable usage of xindy https://bugzilla.redhat.com/show_bug.cgi?id=1643664

releasenotes/source/conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
master_doc = 'index'
5656

5757
# General information about the project.
58-
copyright = u'2016, OpenStack Foundation'
58+
copyright = '2016, OpenStack Foundation'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.
@@ -186,8 +186,8 @@
186186
# (source start file, target name, title,
187187
# author, documentclass [howto, manual, or own class]).
188188
latex_documents = [
189-
('index', 'GlanceReleaseNotes.tex', u'Glance Release Notes Documentation',
190-
u'Glance Developers', 'manual'),
189+
('index', 'GlanceReleaseNotes.tex', 'Glance Release Notes Documentation',
190+
'Glance Developers', 'manual'),
191191
]
192192

193193
# The name of an image file (relative to this directory) to place at the top of
@@ -216,8 +216,8 @@
216216
# One entry per manual page. List of tuples
217217
# (source start file, name, description, authors, manual section).
218218
man_pages = [
219-
('index', 'glancereleasenotes', u'Glance Release Notes Documentation',
220-
[u'Glance Developers'], 1)
219+
('index', 'glancereleasenotes', 'Glance Release Notes Documentation',
220+
['Glance Developers'], 1)
221221
]
222222

223223
# If true, show URL addresses after external links.
@@ -230,8 +230,8 @@
230230
# (source start file, target name, title, author,
231231
# dir menu entry, description, category)
232232
texinfo_documents = [
233-
('index', 'GlanceReleaseNotes', u'Glance Release Notes Documentation',
234-
u'Glance Developers', 'GlanceReleaseNotes',
233+
('index', 'GlanceReleaseNotes', 'Glance Release Notes Documentation',
234+
'Glance Developers', 'GlanceReleaseNotes',
235235
'One line description of project.',
236236
'Miscellaneous'),
237237
]

0 commit comments

Comments
 (0)