Changeset - 6bde1c0a04d4
[Not reviewed]
default
0 1 0
Mads Kiilerich (mads) - 5 years ago 2020-10-20 00:48:55
mads@kiilerich.com
Grafted from: 88f8574da28b
py3: drop stray __future__ import
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
scripts/i18n_utils.py
Show inline comments
 
@@ -8,14 +8,12 @@
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
# GNU General Public License for more details.
 
#
 
# 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
 
import subprocess
 
import tempfile
 

	
0 comments (0 inline, 0 general)