From 8c1ebc4314e74dcf6e7c9863285d37b9253792e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nick=20=C3=98stergaard?= Date: Sat, 3 Nov 2018 21:28:06 +0100 Subject: [PATCH] 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. --- pcbnew/python/plugins/touch_slider_wizard.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pcbnew/python/plugins/touch_slider_wizard.py b/pcbnew/python/plugins/touch_slider_wizard.py index e0086e4270..ee24c22b9b 100644 --- a/pcbnew/python/plugins/touch_slider_wizard.py +++ b/pcbnew/python/plugins/touch_slider_wizard.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - # # This program source code file is part of KiCad, a free EDA CAD application. #