AGProjects / python3-application

Basic building blocks for Python applications
Other
3 stars 9 forks source link

Examples have python2 shebang #2

Closed mcepl closed 2 years ago

mcepl commented 3 years ago

When packaging python3-application (note the name!) I found that all scripts in examples/ have still #!/usr/bin/python shebang which most commonly means using Python 2. It confuses our packaging scripts in openSUSE.

This patch fixes the problem.

adigeo commented 2 years ago

Shebang fixed