diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-12-10 00:12:41 -0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2010-12-10 00:12:41 -0200 |
commit | ed75246dd3dd1b403e9dbd3d4e51dc7418c8b235 (patch) | |
tree | 27a229d104fa07e3c2e825d8bd8e373f4a648066 | |
parent | encoding fixes (diff) | |
download | g-octave-ed75246dd3dd1b403e9dbd3d4e51dc7418c8b235.tar.gz g-octave-ed75246dd3dd1b403e9dbd3d4e51dc7418c8b235.tar.bz2 g-octave-ed75246dd3dd1b403e9dbd3d4e51dc7418c8b235.zip |
removed shebangs from tests
-rw-r--r-- | tests/test_checksum.py | 1 | ||||
-rw-r--r-- | tests/test_config.py | 1 | ||||
-rw-r--r-- | tests/test_description.py | 1 | ||||
-rw-r--r-- | tests/test_description_tree.py | 1 | ||||
-rw-r--r-- | tests/test_ebuild.py | 1 | ||||
-rw-r--r-- | tests/test_overlay.py | 1 |
6 files changed, 0 insertions, 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 -*- """ |