# HG changeset patch # User Mads Kiilerich # Date 2020-10-20 00:48:55 # Node ID 6bde1c0a04d4be70345ea14d63475b936d558043 # Parent 8dce5e58eae3f86a2b2c0f302cc9ec4fd90fdf2f py3: drop stray __future__ import diff --git a/scripts/i18n_utils.py b/scripts/i18n_utils.py --- a/scripts/i18n_utils.py +++ b/scripts/i18n_utils.py @@ -11,8 +11,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -from __future__ import print_function - import os import re import shutil