Explicitly import "util"

pull/24673/head
Lidi Zheng 4 years ago
parent 6339ae9a4a
commit 35f48d584d
  1. 2
      tools/buildgen/mako_renderer.py

@ -18,7 +18,7 @@ Just a wrapper around the mako rendering library.
""" """
import getopt import getopt
import importlib import importlib.util
import os import os
import pickle import pickle
import shutil import shutil

Loading…
Cancel
Save