aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual_test.py
diff options
context:
space:
mode:
authoragronholm <none@none>2009-12-20 15:05:15 +0200
committeragronholm <none@none>2009-12-20 15:05:15 +0200
commit4dae8e432648fc0d4dcfcaa117b4e60031504596 (patch)
tree7cdfa744c6d2b6e416b2930c7e738372542eb39f /tests/manual_test.py
parent460a146b382827dd77f77a86d1daa524ab5e0345 (diff)
downloadexternal_python_setuptools-4dae8e432648fc0d4dcfcaa117b4e60031504596.tar.gz
external_python_setuptools-4dae8e432648fc0d4dcfcaa117b4e60031504596.tar.bz2
external_python_setuptools-4dae8e432648fc0d4dcfcaa117b4e60031504596.zip
Changed interpreter line to the recommended form
--HG-- branch : distribute extra : rebase_source : bdef264a6d5109ec5433a8080cd03f3589992984
Diffstat (limited to 'tests/manual_test.py')
-rw-r--r--tests/manual_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual_test.py b/tests/manual_test.py
index 1d2edc2a..ad6b2b9b 100644
--- a/tests/manual_test.py
+++ b/tests/manual_test.py
@@ -1,4 +1,4 @@
-#!/bin/python
+#!/usr/bin/env python
import os
import shutil
import tempfile