From: Nathan Cutler Date: Sun, 21 Feb 2016 20:05:23 +0000 (+0100) Subject: ceph_detect_init/__init__.py: remove shebang X-Git-Tag: v10.1.0~301^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a1f20db5e69c4fe945dc02f234d4bad872b5ebf6;p=ceph.git ceph_detect_init/__init__.py: remove shebang This file is installed with permissions 644, making the shebang redundant and causing RPMLINT to complain. Signed-off-by: Nathan Cutler --- diff --git a/src/ceph-detect-init/ceph_detect_init/__init__.py b/src/ceph-detect-init/ceph_detect_init/__init__.py index cc9b2c0a28d6..a2bcc7cf277c 100644 --- a/src/ceph-detect-init/ceph_detect_init/__init__.py +++ b/src/ceph-detect-init/ceph_detect_init/__init__.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python -# # Copyright (C) 2015 # # Author: Alfredo Deza