summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorliyou01 <liyou01@inspur.com>2021-01-07 15:57:43 +0800
committerCyril Roelandt <cyril@redhat.com>2022-05-25 04:42:06 +0200
commit5ff06df97fbd78f6781793c35801a4c989a515f1 (patch)
treee81f73b2d062ebccd0a3ed8e8ab20f545dffca5c /releasenotes
parentaeee48b561ba0d100663311c3ba94f0d128105aa (diff)
downloadglance_store-5ff06df97fbd78f6781793c35801a4c989a515f1.tar.gz
Remove Python 2 support
Python 2 has been deprecated for almost two years, and has not been guaranteed to work with glance_store for a while. This patch removes all traces of six, unicode strings and Python 2 tweaks. Co-Authored-By: Cyril Roelandt <cyril@redhat.com> Change-Id: Ifa78924d7ecf4f2d9a54c677888ab2926530c487
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/conf.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index b64031d..56170ce 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -56,8 +56,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'Glance_store Release Notes'
-copyright = u'2015, Openstack Foundation'
+project = 'Glance_store Release Notes'
+copyright = '2015, Openstack Foundation'
# Release notes are unversioned, so we don't need to set version or release
version = ''
@@ -206,8 +206,8 @@ latex_elements = {
latex_documents = [
('index',
'GlanceStoreReleaseNotes.tex',
- u'Glance_store Release Notes Documentation',
- u'Glance_store Developers',
+ 'Glance_store Release Notes Documentation',
+ 'Glance_store Developers',
'manual'),
]
@@ -239,8 +239,8 @@ latex_documents = [
man_pages = [
('index',
'glancestorereleasenotes',
- u'Glance_store Release Notes Documentation',
- [u'Glance_store Developers'],
+ 'Glance_store Release Notes Documentation',
+ ['Glance_store Developers'],
1)
]
@@ -256,8 +256,8 @@ man_pages = [
texinfo_documents = [
('index',
'GlanceStoreReleaseNotes',
- u'Glance_store Release Notes Documentation',
- u'Glance_store Developers',
+ 'Glance_store Release Notes Documentation',
+ 'Glance_store Developers',
'GlanceStoreReleaseNotes',
'One line description of project.',
'Miscellaneous'),