From 212b291dc0f3108f562bbbadfa89ae355815c01d Mon Sep 17 00:00:00 2001 From: Eduardo Otubo Date: Thu, 10 Dec 2020 19:10:43 +0100 Subject: Drop unnecessary shebang from cmd/main.py (#722) Fedora build system's rpmlint is complaining that there is a file with a shebang but no executable flag set. No need to have shebang on this file, so drop it. Signed-off-by: Eduardo Otubo Co-authored-by: Scott Moser --- cloudinit/cmd/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cloudinit/cmd/main.py b/cloudinit/cmd/main.py index a5446da7..baf1381f 100644 --- a/cloudinit/cmd/main.py +++ b/cloudinit/cmd/main.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # # Copyright (C) 2012 Canonical Ltd. # Copyright (C) 2012 Hewlett-Packard Development Company, L.P. -- cgit v1.2.3