Fix relative import of platform module on Py27

This commit is contained in:
Ivan Kravets
2020-08-14 16:48:12 +03:00
parent 276ca61cde
commit 332874cd4b
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import absolute_import
import codecs
import getpass
import hashlib