From 33b9ee4bfc249cf7dd58c10ef0942f7234d7a372 Mon Sep 17 00:00:00 2001 From: James Laska Date: Thu, 26 May 2011 14:55:11 -0400 Subject: [PATCH] Resolve rpmlint non-executable-script error --- atfork/tests/test_atfork.py | 2 -- atfork/tests/test_stdlib_fixer.py | 2 -- 2 files changed, 0 insertions(+), 4 deletions(-) diff --git a/atfork/tests/test_atfork.py b/atfork/tests/test_atfork.py index 245d8b2..f69b8e7 100755 --- a/atfork/tests/test_atfork.py +++ b/atfork/tests/test_atfork.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright 2009 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/atfork/tests/test_stdlib_fixer.py b/atfork/tests/test_stdlib_fixer.py index f082120..121e8d3 100755 --- a/atfork/tests/test_stdlib_fixer.py +++ b/atfork/tests/test_stdlib_fixer.py @@ -1,5 +1,3 @@ -#!/usr/bin/python -# # Copyright 2009 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); -- 1.7.5.1