fix py2 handling #1725

This commit is contained in:
Clinton Hall 2020-03-09 06:55:13 +13:00 committed by GitHub
commit b409279254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ from __future__ import (
)
import requests
import six
from six import iteritems
import core