Remove some of the __future__.]

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-01-28 12:54:36 -08:00
parent 2b223ac86c
commit ff3839f2b1
3 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
from __future__ import print_function
import json
import util as localutil
import os.path

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python3
from __future__ import print_function
import json
from utils import xjson
'''

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python3
from __future__ import print_function
from prjxray import util
'''
Local utils script to hold shared code of the 005-tilegrid fuzzer scripts