diff options
author | xuanyandong <xuanyandong@inspur.com> | 2021-01-03 16:11:46 +0800 |
---|---|---|
committer | xuanyandong <xuanyandong@inspur.com> | 2021-01-03 16:11:46 +0800 |
commit | 642367cdfd14bf9507116eb263c454b8b4e2d6e1 (patch) | |
tree | 56547876a5935b5b73c61d74fb1a100308d00c14 /releasenotes | |
parent | 5560e8e6717b2056b727626ef252d5d3b3f4f1a0 (diff) | |
download | oslo-messaging-642367cdfd14bf9507116eb263c454b8b4e2d6e1.tar.gz |
remove unicode from code
Change-Id: Ib2b816728307166450a4cea2ccdb3c4b550a0713
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index f847170..6d444a3 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -27,7 +27,7 @@ # -- Project information -------------------------------------------------- # General information about the project. -copyright = u'2016, oslo.messaging Developers' +copyright = '2016, oslo.messaging Developers' # Release notes do not need a version in the title, they span # multiple versions. |