Skip to content

Commit

Permalink
Merge pull request #14463 from leandrolanzieri/pr/kconfiglib/riot_men…
Browse files Browse the repository at this point in the history
…uconfig_python3

dist/tools/kconfiglib: Use python3 for RIOT adaption of menuconfig
  • Loading branch information
benpicco committed Jul 8, 2020
2 parents d02d54b + f6b6072 commit 99cff12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/tools/kconfiglib/riot_menuconfig.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
""" Menuconfig variant which uses RiotKconfig as base class """
import menuconfig
from riot_kconfig import standard_riot_kconfig
Expand Down

0 comments on commit 99cff12

Please sign in to comment.