Import utils bug fixing for travis test

This commit is contained in:
Ganesh Gore 2019-08-21 12:42:58 -06:00
parent 2f0acfad23
commit 764d7039b5
1 changed files with 2 additions and 2 deletions

View File

@ -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
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = # = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =