From c94fccc2b825781e904a67e4bec6b99b427d8abd Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 5 Jul 2022 08:59:34 +0200 Subject: Remove obsolete from __future__ imports --- test/CheckTexinfo.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/CheckTexinfo.py') diff --git a/test/CheckTexinfo.py b/test/CheckTexinfo.py index cd167eba..fa709e1b 100755 --- a/test/CheckTexinfo.py +++ b/test/CheckTexinfo.py @@ -1,8 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -from __future__ import print_function - import sys import re import os -- cgit v1.2.3