From c4fa6efa67775a6b333a4a5aa873b5cc24a4f7bc Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 4 Apr 2020 20:01:17 +0200 Subject: 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. Change-Id: I26414ae8e9f8402c90336af82020135685694217 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91697 Tested-by: Jenkins Reviewed-by: Michael Stahl --- solenv/bin/version.py | 1 - 1 file changed, 1 deletion(-) (limited to 'solenv/bin') diff --git a/solenv/bin/version.py b/solenv/bin/version.py index 18c04414178d..2ed1b5b83487 100755 --- a/solenv/bin/version.py +++ b/solenv/bin/version.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -from __future__ import print_function from optparse import OptionParser import os.path import re -- cgit