Skip to content

Commit be91cde

Browse files
committed
Remove unnecessary absolute_import
Now that I am using from six.moves import http_client, there is no longer a problem importing http
1 parent 82c671f commit be91cde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

remoteobjects/http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
# POSSIBILITY OF SUCH DAMAGE.
2929

30-
from __future__ import absolute_import
3130
import simplejson as json
3231
from remoteobjects.json import ForgivingDecoder
3332

0 commit comments

Comments
 (0)