fix pylint warnings

This commit is contained in:
phunterlau 2015-10-18 18:55:15 -07:00
parent 7b25834667
commit 8ad58139cd

View File

@ -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