Skip to content

Commit

Permalink
Remove from __future__ imports from all files in this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed May 30, 2023
1 parent a9f073e commit d86a9e5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion _clean_tables.py
@@ -1,5 +1,4 @@
# Cleanup all tables and PYC files to ensure no PLY stuff is cached
from __future__ import print_function
import itertools
import fnmatch
import os, shutil
Expand Down
1 change: 0 additions & 1 deletion utils/internal/fake_includes.py
@@ -1,4 +1,3 @@
from __future__ import print_function
import os.path

for cur_path, dirs, files in os.walk('.'):
Expand Down
1 change: 0 additions & 1 deletion utils/internal/make_fake_typedefs.py
@@ -1,4 +1,3 @@
from __future__ import print_function
import sys
sys.path.insert(0, '../..')

Expand Down
1 change: 0 additions & 1 deletion utils/internal/zz-ctoc.py
@@ -1,4 +1,3 @@
from __future__ import print_function
from pycparser import c_parser, c_generator

if __name__ == '__main__':
Expand Down
2 changes: 0 additions & 2 deletions utils/internal/zz_parse.py
@@ -1,5 +1,3 @@
from __future__ import print_function

from pycparser import c_parser, c_generator


Expand Down

0 comments on commit d86a9e5

Please sign in to comment.