rapid7 / nexpose-client-python

DEPRECATED : Rapid7 Nexpose API client library written in Python
https://www.rapid7.com/
BSD 3-Clause "New" or "Revised" License
25 stars 20 forks source link

Fix urllib imports by installing futures aliases earlier #41

Closed gschneider-r7 closed 6 years ago

gschneider-r7 commented 6 years ago

Description

Fixes #40 problem with importing on python 2

How Has This Been Tested?

Built a wheel, installed to a new 2.7.13 virtualenv and executed from nexpose import nexpose in python interpreter.

Types of changes

Checklist: