changeset 8703:6bde1c0a04d4

py3: drop stray __future__ import
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 20 Oct 2020 00:48:55 +0200
parents 8dce5e58eae3
children 3669e58f3002
files scripts/i18n_utils.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/i18n_utils.py	Tue Oct 27 20:29:07 2020 +0100
+++ b/scripts/i18n_utils.py	Tue Oct 20 00:48:55 2020 +0200
@@ -11,8 +11,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-from __future__ import print_function
-
 import os
 import re
 import shutil