Explorar el Código

Add missing imports

Bo Yang hace 7 años
padre
commit
e60985afae
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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