find -name "*.py" -exec pyupgrade --py3-only --py37-plus {} +

This commit is contained in:
Jens W. Klein
2022-05-01 23:14:41 +02:00
parent 34b758f2bd
commit 75c6a5dcc1
38 changed files with 315 additions and 361 deletions
+4 -5
View File
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
#
# plone.app.discussion documentation build configuration file, created by
# sphinx-quickstart on Thu Mar 18 10:17:15 2010.
@@ -47,8 +46,8 @@ source_suffix = ".txt"
master_doc = "index"
# General information about the project.
project = u"plone.app.discussion"
copyright = u"2010, Timo Stollenwerk - Plone Foundation"
project = "plone.app.discussion"
copyright = "2010, Timo Stollenwerk - Plone Foundation"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -185,8 +184,8 @@ latex_documents = [
(
"index",
"ploneappdiscussion.tex",
u"plone.app.discussion Documentation",
u"Timo Stollenwerk",
"plone.app.discussion Documentation",
"Timo Stollenwerk",
"manual",
),
]