From: Ivan Grokhotkov Date: Thu, 27 Sep 2018 03:26:32 +0000 (+0800) Subject: Merge branch 'feature/py23_kconfig_new' into 'master' X-Git-Tag: v3.2-beta1~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea7e6bd8f6ee40badae8b59fc1df877bf05753cb;p=esp-idf Merge branch 'feature/py23_kconfig_new' into 'master' tools: Make kconfig_new Python3-compatible and enable Python3 in idf.py See merge request idf/esp-idf!3304 --- ea7e6bd8f6ee40badae8b59fc1df877bf05753cb diff --cc tools/kconfig_new/gen_kconfig_doc.py index d16be858f4,b43106ff31..af73c886d4 --- a/tools/kconfig_new/gen_kconfig_doc.py +++ b/tools/kconfig_new/gen_kconfig_doc.py @@@ -20,8 -20,8 +20,9 @@@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + from __future__ import print_function import os +import re import kconfiglib # Indentation to be used in the generated file