]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_detect_init/__init__.py: remove shebang 7731/head
authorNathan Cutler <ncutler@suse.com>
Sun, 21 Feb 2016 20:05:23 +0000 (21:05 +0100)
committerNathan Cutler <ncutler@suse.com>
Sun, 21 Feb 2016 20:06:01 +0000 (21:06 +0100)
This file is installed with permissions 644, making the shebang
redundant and causing RPMLINT to complain.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/ceph-detect-init/ceph_detect_init/__init__.py

index cc9b2c0a28d646a98d5fac2b4c232bca72b06024..a2bcc7cf277c908dfdbd8dc2c0a80a2e5aae6fcc 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-#
 # Copyright (C) 2015 <contact@redhat.com>
 #
 # Author: Alfredo Deza <adeza@redhat.com>