summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2005-05-20 05:13:10 +0000
committerFred Drake <fdrake@acm.org>2005-05-20 05:13:10 +0000
commit0232530100237f8d0e00421526958556cd22574e (patch)
tree04d54c6331cd7a4383f8f6ab2b871b9b11f8a67d
parent15d4f7cf85ef4b51ed489f62f423c621182d5b4f (diff)
downloadzope-tal-0232530100237f8d0e00421526958556cd22574e.tar.gz
remove unhelpful sh-bang lines from some files listed in issue 409; not all
(http://www.zope.org/Collectors/Zope3-dev/409)
-rw-r--r--tests/test_files.py1
-rw-r--r--tests/test_htmltalparser.py1
-rw-r--r--tests/test_sourcepos.py1
-rw-r--r--tests/test_talgettext.py1
-rw-r--r--tests/test_xmlparser.py1
5 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_files.py b/tests/test_files.py
index e49121b..e26f00a 100644
--- a/tests/test_files.py
+++ b/tests/test_files.py
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
diff --git a/tests/test_htmltalparser.py b/tests/test_htmltalparser.py
index 74b9248..40cea3a 100644
--- a/tests/test_htmltalparser.py
+++ b/tests/test_htmltalparser.py
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
diff --git a/tests/test_sourcepos.py b/tests/test_sourcepos.py
index 6c4efc5..4034b21 100644
--- a/tests/test_sourcepos.py
+++ b/tests/test_sourcepos.py
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
diff --git a/tests/test_talgettext.py b/tests/test_talgettext.py
index 84acb73..bdfbfd8 100644
--- a/tests/test_talgettext.py
+++ b/tests/test_talgettext.py
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
diff --git a/tests/test_xmlparser.py b/tests/test_xmlparser.py
index 280cc0d..3647872 100644
--- a/tests/test_xmlparser.py
+++ b/tests/test_xmlparser.py
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.