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:
chenwei
2022-08-09 14:06:02 +08:00
parent eb2215090a
commit 8b498025c8

View File

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