fix pylint warnings
This commit is contained in:
parent
7b25834667
commit
8ad58139cd
@ -4,10 +4,9 @@ from __future__ import absolute_import
|
|||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
import subprocess
|
#import subprocess
|
||||||
sys.path.insert(0, '.')
|
sys.path.insert(0, '.')
|
||||||
|
|
||||||
import os
|
|
||||||
#build on the fly if install in pip
|
#build on the fly if install in pip
|
||||||
#otherwise, use build.sh in the parent directory
|
#otherwise, use build.sh in the parent directory
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user