Import utils bug fixing for travis test
This commit is contained in:
parent
2f0acfad23
commit
764d7039b5
|
@ -14,9 +14,9 @@ import csv
|
||||||
from string import Template
|
from string import Template
|
||||||
import run_fpga_flow
|
import run_fpga_flow
|
||||||
import pprint
|
import pprint
|
||||||
import importlib
|
from importlib import util
|
||||||
|
|
||||||
if importlib.util.find_spec("humanize"):
|
if util.find_spec("humanize"):
|
||||||
import humanize
|
import humanize
|
||||||
|
|
||||||
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||||
|
|
Loading…
Reference in New Issue