diff options
author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-12 00:36:31 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-12 21:19:52 +0200 |
commit | 954c09ae62374d0917ce65581d60e50df8747191 (patch) | |
tree | c918c41b51a1c2283502ad69ed1b6b81ca0919ba /support/scripts/gen-manual-lists.py | |
parent | 8e05d4ffe08af3b1489548176dadce1ca352e21c (diff) | |
download | buildroot-954c09ae62374d0917ce65581d60e50df8747191.tar.gz buildroot-954c09ae62374d0917ce65581d60e50df8747191.zip |
support: remove outdated note re. Python 3 support
Kconfiglib now runs as either Python 2 or Python 3.
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/scripts/gen-manual-lists.py')
-rw-r--r-- | support/scripts/gen-manual-lists.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/support/scripts/gen-manual-lists.py b/support/scripts/gen-manual-lists.py index d45810bfe9..1e0e9bbb48 100644 --- a/support/scripts/gen-manual-lists.py +++ b/support/scripts/gen-manual-lists.py @@ -24,11 +24,6 @@ ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ## -## Note about python2. -## -## This script can currently only be run using python2 interpreter due to -## its kconfiglib dependency (which is not yet python3 friendly). - from __future__ import print_function from __future__ import unicode_literals |