Remove unicode literal from code
All strings are considered as unicode literal string from Python 3. Closes bug: #1995571 Change-Id: I5321030cb9aeec8291bfddf3b4d5e013845ff137
This commit is contained in:
parent
ea69660e4d
commit
47547cad59
@ -209,8 +209,8 @@ htmlhelp_basename = 'SkylineAPIServerdoc'
|
|||||||
# (source start file, target name, title, author, documentclass
|
# (source start file, target name, title, author, documentclass
|
||||||
# [howto/manual]).
|
# [howto/manual]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'doc-skyline-apiserver.tex', u'Skyline APIServer Developer Documentation',
|
('index', 'doc-skyline-apiserver.tex', 'Skyline APIServer Developer Documentation',
|
||||||
u'Skyline APIServer contributors', 'manual'),
|
'Skyline APIServer contributors', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
# The name of an image file (relative to this directory) to place at the top of
|
||||||
|
Loading…
Reference in New Issue
Block a user