ulfalizer / Kconfiglib

A flexible Python 2/3 Kconfig implementation and library
ISC License
448 stars 160 forks source link

Change all hashbangs to use python3 #90

Closed rossburton closed 4 years ago

rossburton commented 4 years ago

Now that Python 2 is pretty much dead, change all script hashbangs to use /usr/bin/env python3.

Nothing else is changed: the module still supports Python 2, and when installing with python2 the entry_point bounce scripts have a python2 hashbang.

Closes #89.

ulfalizer commented 4 years ago

Heh... was preparing a commit in parallel. Pushed now.

I'll push out a release as well, for people who fetch the source code from PyPI.

ulfalizer commented 4 years ago

Pushed out in a new 14.0.0 release.

Thanks for the report!