summaryrefslogtreecommitdiff
path: root/writerfilter/source/ooxml/qnametostr.py
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2020-04-04 20:01:17 +0200
committerGabor Kelemen <gabor.kelemen.extern@allotropia.de>2023-11-09 20:45:02 +0100
commit61f19b858d0adfe4163b7c3bccde031bfb8cc5e8 (patch)
tree6dc659b25cab44777a88434341439d28aeffccc3 /writerfilter/source/ooxml/qnametostr.py
parent4f67458ffb0e37a391a024be0d43a60855d743c4 (diff)
pyuno,*: kill Python 2 support with fire
Python 2 support was retained for use with --enable-python=system on RHEL7 and SLES. The time has arrived to remove it. Some .py files that were imported from third parties are not changed to enable easier replacement with updated versions if necessary. solenv/gdb should continue to support Python 2. bin/get-bugzilla-attachments-by-mimetype requires Python 2 to access Launchpad. Also integrate: commit 76a29148be63cb006a7e25e312dc93acc93e071f const fixes for python3-devel-3.7.0-1.fc29.x86_64 Change-Id: I26414ae8e9f8402c90336af82020135685694217 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91697 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'writerfilter/source/ooxml/qnametostr.py')
-rw-r--r--writerfilter/source/ooxml/qnametostr.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/qnametostr.py b/writerfilter/source/ooxml/qnametostr.py
index 7b6f8de0f9f3..c6aca847df8a 100644
--- a/writerfilter/source/ooxml/qnametostr.py
+++ b/writerfilter/source/ooxml/qnametostr.py
@@ -7,7 +7,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-from __future__ import print_function
import xml.sax
import sys