aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-12-10 00:12:41 -0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-12-10 00:12:41 -0200
commited75246dd3dd1b403e9dbd3d4e51dc7418c8b235 (patch)
tree27a229d104fa07e3c2e825d8bd8e373f4a648066
parentencoding fixes (diff)
downloadg-octave-ed75246dd3dd1b403e9dbd3d4e51dc7418c8b235.tar.gz
g-octave-ed75246dd3dd1b403e9dbd3d4e51dc7418c8b235.tar.bz2
g-octave-ed75246dd3dd1b403e9dbd3d4e51dc7418c8b235.zip
removed shebangs from tests
-rw-r--r--tests/test_checksum.py1
-rw-r--r--tests/test_config.py1
-rw-r--r--tests/test_description.py1
-rw-r--r--tests/test_description_tree.py1
-rw-r--r--tests/test_ebuild.py1
-rw-r--r--tests/test_overlay.py1
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 -*-
"""