Remove shebang from footprint wizard plugin

Fedora packaging errors with ambiguous python shebang since current
rawhide (30).

So we should remove it as the footprint wizards are not to be executed
standalone.
This commit is contained in:
Nick Østergaard 2018-11-03 21:28:06 +01:00 committed by jean-pierre charras
parent 75896d767a
commit 8c1ebc4314
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/python
#
# This program source code file is part of KiCad, a free EDA CAD application.
#