mirror of https://github.com/openXC7/prjxray.git
Remove some of the __future__.]
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
2b223ac86c
commit
ff3839f2b1
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from __future__ import print_function
|
||||
import json
|
||||
import util as localutil
|
||||
import os.path
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from __future__ import print_function
|
||||
import json
|
||||
from utils import xjson
|
||||
'''
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue