support: remove outdated note re. Python 3 support
authorUlf Magnusson <ulfalizer@gmail.com>
Thu, 11 Jun 2015 22:36:31 +0000 (00:36 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 12 Jun 2015 19:19:52 +0000 (21:19 +0200)
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>
support/scripts/gen-manual-lists.py

index d45810bfe95c7976a34753d84ae5f7e30d8c72fa..1e0e9bbb484772f79826ece47ed4707736562e1b 100644 (file)
 ## 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