Sfoglia il codice sorgente

Add missing imports

Bo Yang 7 anni fa
parent
commit
e60985afae
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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