From 51247dae136c6ad35120c9102777df769a75f9de Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 4 Nov 2014 12:13:00 +0530 Subject: [PATCH] Remove #! from actions.py as it is not meant to run independently --- plinth/actions.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plinth/actions.py b/plinth/actions.py index e113bdf95..f6fa64666 100644 --- a/plinth/actions.py +++ b/plinth/actions.py @@ -1,6 +1,3 @@ -#! /usr/bin/env python -# -*- mode: python; mode: auto-fill; fill-column: 80 -*- - """Run specified actions. Actions run commands with this contract (version 1.1):