remove old Python2 __future__ statements

This commit is contained in:
Alexandre Detiste
2024-02-15 16:53:34 +01:00
parent f2f7c1dd48
commit b856238110
238 changed files with 0 additions and 818 deletions

View File

@ -8,7 +8,6 @@ Runs on Python 3.
Usage: ./check-debugging.py src
"""
from __future__ import print_function
import sys, re, os