Remove unicode literal from code
All strings are considered as unicode literal string from Python 3. Closes bug: #1984037 Change-Id: I7de95b0c6f98e8a28c23def61712ce6bb50b058f
This commit is contained in:
@@ -55,8 +55,8 @@ source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'Ironic Python Agent Release Notes'
|
||||
copyright = u'2015, Ironic Python Agent Developers'
|
||||
project = 'Ironic Python Agent Release Notes'
|
||||
copyright = '2015, Ironic Python Agent Developers'
|
||||
|
||||
# Release notes do not need a version number in the title, they
|
||||
# cover multiple releases.
|
||||
|
||||
Reference in New Issue
Block a user