[Reproducible-commits] [diffoscope] 17/21: Remove she-bang from files not meant to be executed directly

Jérémy Bobbio lunar at moszumanska.debian.org
Mon Sep 21 17:39:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository diffoscope.

commit b4fe76d3c2e8f35f220b9896ed4df4f9a0174cc5
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sun Sep 20 01:13:57 2015 +0200

    Remove she-bang from files not meant to be executed directly
---
 diffoscope/presenters/text.py       | 1 -
 tests/comparators/conftest.py       | 1 -
 tests/comparators/test_binary.py    | 1 -
 tests/comparators/test_bzip2.py     | 1 -
 tests/comparators/test_cpio.py      | 1 -
 tests/comparators/test_deb.py       | 1 -
 tests/comparators/test_debian.py    | 1 -
 tests/comparators/test_directory.py | 1 -
 tests/comparators/test_elf.py       | 1 -
 tests/comparators/test_fonts.py     | 1 -
 tests/comparators/test_gettext.py   | 1 -
 tests/comparators/test_gzip.py      | 1 -
 tests/comparators/test_ipk.py       | 1 -
 tests/comparators/test_iso9660.py   | 1 -
 tests/comparators/test_java.py      | 1 -
 tests/comparators/test_mono.py      | 1 -
 tests/comparators/test_pdf.py       | 1 -
 tests/comparators/test_png.py       | 1 -
 tests/comparators/test_rpm.py       | 1 -
 tests/comparators/test_sqlite.py    | 1 -
 tests/comparators/test_squashfs.py  | 1 -
 tests/comparators/test_tar.py       | 1 -
 tests/comparators/test_text.py      | 1 -
 tests/comparators/test_utils.py     | 1 -
 tests/comparators/test_xz.py        | 1 -
 tests/comparators/test_zip.py       | 1 -
 tests/test_main.py                  | 1 -
 27 files changed, 27 deletions(-)

diff --git a/diffoscope/presenters/text.py b/diffoscope/presenters/text.py
index 2043c7b..7607d15 100644
--- a/diffoscope/presenters/text.py
+++ b/diffoscope/presenters/text.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/conftest.py b/tests/comparators/conftest.py
index 671be3c..c8939a0 100644
--- a/tests/comparators/conftest.py
+++ b/tests/comparators/conftest.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_binary.py b/tests/comparators/test_binary.py
index fb8b57d..437a469 100644
--- a/tests/comparators/test_binary.py
+++ b/tests/comparators/test_binary.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_bzip2.py b/tests/comparators/test_bzip2.py
index 77008ca..de6f82a 100644
--- a/tests/comparators/test_bzip2.py
+++ b/tests/comparators/test_bzip2.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_cpio.py b/tests/comparators/test_cpio.py
index d9dd8da..44ab085 100644
--- a/tests/comparators/test_cpio.py
+++ b/tests/comparators/test_cpio.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_deb.py b/tests/comparators/test_deb.py
index 63dbd94..9ed4cea 100644
--- a/tests/comparators/test_deb.py
+++ b/tests/comparators/test_deb.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_debian.py b/tests/comparators/test_debian.py
index a6adeb2..60aba44 100644
--- a/tests/comparators/test_debian.py
+++ b/tests/comparators/test_debian.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_directory.py b/tests/comparators/test_directory.py
index 0897409..269b2b7 100644
--- a/tests/comparators/test_directory.py
+++ b/tests/comparators/test_directory.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_elf.py b/tests/comparators/test_elf.py
index 23e68f8..2c227eb 100644
--- a/tests/comparators/test_elf.py
+++ b/tests/comparators/test_elf.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_fonts.py b/tests/comparators/test_fonts.py
index 6d4ea09..317eb82 100644
--- a/tests/comparators/test_fonts.py
+++ b/tests/comparators/test_fonts.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_gettext.py b/tests/comparators/test_gettext.py
index 1ea2cb5..32bde78 100644
--- a/tests/comparators/test_gettext.py
+++ b/tests/comparators/test_gettext.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_gzip.py b/tests/comparators/test_gzip.py
index a094663..038398f 100644
--- a/tests/comparators/test_gzip.py
+++ b/tests/comparators/test_gzip.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_ipk.py b/tests/comparators/test_ipk.py
index 03882d9..1cf6c12 100644
--- a/tests/comparators/test_ipk.py
+++ b/tests/comparators/test_ipk.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_iso9660.py b/tests/comparators/test_iso9660.py
index 00f68b2..ba076a0 100644
--- a/tests/comparators/test_iso9660.py
+++ b/tests/comparators/test_iso9660.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_java.py b/tests/comparators/test_java.py
index fdbc2a7..46043bb 100644
--- a/tests/comparators/test_java.py
+++ b/tests/comparators/test_java.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_mono.py b/tests/comparators/test_mono.py
index 62d5b57..d7933c9 100644
--- a/tests/comparators/test_mono.py
+++ b/tests/comparators/test_mono.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_pdf.py b/tests/comparators/test_pdf.py
index 2a5b269..1dc3972 100644
--- a/tests/comparators/test_pdf.py
+++ b/tests/comparators/test_pdf.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_png.py b/tests/comparators/test_png.py
index f157f1e..6cf4089 100644
--- a/tests/comparators/test_png.py
+++ b/tests/comparators/test_png.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_rpm.py b/tests/comparators/test_rpm.py
index b75a6ff..a384485 100644
--- a/tests/comparators/test_rpm.py
+++ b/tests/comparators/test_rpm.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_sqlite.py b/tests/comparators/test_sqlite.py
index fa7207e..4ff3a63 100644
--- a/tests/comparators/test_sqlite.py
+++ b/tests/comparators/test_sqlite.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_squashfs.py b/tests/comparators/test_squashfs.py
index ce10acb..6331176 100644
--- a/tests/comparators/test_squashfs.py
+++ b/tests/comparators/test_squashfs.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_tar.py b/tests/comparators/test_tar.py
index bfab69a..78a7ff6 100644
--- a/tests/comparators/test_tar.py
+++ b/tests/comparators/test_tar.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_text.py b/tests/comparators/test_text.py
index 2bd222c..147a906 100644
--- a/tests/comparators/test_text.py
+++ b/tests/comparators/test_text.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_utils.py b/tests/comparators/test_utils.py
index 957e1e7..9c69474 100644
--- a/tests/comparators/test_utils.py
+++ b/tests/comparators/test_utils.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_xz.py b/tests/comparators/test_xz.py
index 1d26a06..d996fab 100644
--- a/tests/comparators/test_xz.py
+++ b/tests/comparators/test_xz.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/comparators/test_zip.py b/tests/comparators/test_zip.py
index eef9435..0dd75d1 100644
--- a/tests/comparators/test_zip.py
+++ b/tests/comparators/test_zip.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories
diff --git a/tests/test_main.py b/tests/test_main.py
index 125162b..b1c4759 100644
--- a/tests/test_main.py
+++ b/tests/test_main.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 #
 # diffoscope: in-depth comparison of files, archives, and directories

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git



More information about the Reproducible-commits mailing list