浏览代码

Add missing imports

Bo Yang 6 年之前
父节点
当前提交
e60985afae
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      python/setup.py

+ 3 - 0
python/setup.py

@@ -1,8 +1,11 @@
 #! /usr/bin/env python
 #
 # See README for usage instructions.
+from distutils import util
 import glob
 import os
+import pkg_resources
+import re
 import subprocess
 import sys
 import sysconfig