summaryrefslogtreecommitdiff
path: root/Lib/test/test_array.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-11 22:53:45 +0000
committerBenjamin Peterson <benjamin@python.org>2010-03-11 22:53:45 +0000
commitd1e45b1d11599db33a915fc9326285bfa896b2d7 (patch)
tree07dbd683632ceb096abec222c96d486f73c5b914 /Lib/test/test_array.py
parente3a7c35ee881cf22b3426be7be6fa40b474a40a3 (diff)
downloadcpython-d1e45b1d11599db33a915fc9326285bfa896b2d7.tar.gz
convert shebang lines: python -> python3
Diffstat (limited to 'Lib/test/test_array.py')
-rwxr-xr-xLib/test/test_array.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_array.py b/Lib/test/test_array.py
index 8a3796c82c..5de562f19e 100755
--- a/Lib/test/test_array.py
+++ b/Lib/test/test_array.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
"""Test the arraymodule.
Roger E. Masse
"""