From ed75246dd3dd1b403e9dbd3d4e51dc7418c8b235 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Fri, 10 Dec 2010 00:12:41 -0200 Subject: removed shebangs from tests --- tests/test_checksum.py | 1 - tests/test_config.py | 1 - tests/test_description.py | 1 - tests/test_description_tree.py | 1 - tests/test_ebuild.py | 1 - tests/test_overlay.py | 1 - 6 files changed, 6 deletions(-) diff --git a/tests/test_checksum.py b/tests/test_checksum.py index b8f0453..a520c1b 100644 --- a/tests/test_checksum.py +++ b/tests/test_checksum.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ diff --git a/tests/test_config.py b/tests/test_config.py index cad536a..8c132d5 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ diff --git a/tests/test_description.py b/tests/test_description.py index dc31431..e6044ff 100644 --- a/tests/test_description.py +++ b/tests/test_description.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ diff --git a/tests/test_description_tree.py b/tests/test_description_tree.py index da194f3..8e28553 100644 --- a/tests/test_description_tree.py +++ b/tests/test_description_tree.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ diff --git a/tests/test_ebuild.py b/tests/test_ebuild.py index cb3481b..6c0c202 100644 --- a/tests/test_ebuild.py +++ b/tests/test_ebuild.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ diff --git a/tests/test_overlay.py b/tests/test_overlay.py index 62239f5..eaf9b9f 100644 --- a/tests/test_overlay.py +++ b/tests/test_overlay.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- """ -- cgit v1.2.3-65-gdbad