summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2018-05-03 10:20:00 +0100
committerStephen Finucane <sfinucan@redhat.com>2018-07-18 10:12:17 +0100
commit915e62ef7b1af4f3449457af1dbb77b0d11635f3 (patch)
treefa4028323237d8bc8b0917c0427fa9bbb824a8d4
parent8b727ce92957045167a13ce0a8292b83bef504db (diff)
downloadpbr-915e62ef7b1af4f3449457af1dbb77b0d11635f3.tar.gz
trivial: Fix file permissions4.1.1
No reason for these to be executable. Change-Id: I9b22f4b9e679a5f618bb3f2a007327bdb0c80305 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
-rw-r--r--[-rwxr-xr-x]pbr/tests/testpackage/setup.py1
-rw-r--r--[-rwxr-xr-x]setup.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/pbr/tests/testpackage/setup.py b/pbr/tests/testpackage/setup.py
index 8866691..2d9f685 100755..100644
--- a/pbr/tests/testpackage/setup.py
+++ b/pbr/tests/testpackage/setup.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/setup.py b/setup.py
index 65c675b..1036c99 100755..100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");