docs: Make Python 3 compatible

This commit is contained in:
Anton Maklakov
2020-01-24 10:33:28 +07:00
committed by Angus Gratton
parent 50324b505d
commit 775448c792
6 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
from __future__ import print_function
import os.path
from collections import namedtuple
from util import copy_if_modified
from .util import copy_if_modified
BASE_URL = 'https://dl.espressif.com/dl/'