Merge pull request #225 from willmerae/setup-import-os

setup: Add missing os import
pull/246/head
dw 6 years ago committed by GitHub
commit 8beb6d339b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,6 +26,8 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import os
from setuptools import find_packages, setup

Loading…
Cancel
Save