diff options
author | agronholm <none@none> | 2009-12-20 15:05:15 +0200 |
---|---|---|
committer | agronholm <none@none> | 2009-12-20 15:05:15 +0200 |
commit | 4dae8e432648fc0d4dcfcaa117b4e60031504596 (patch) | |
tree | 7cdfa744c6d2b6e416b2930c7e738372542eb39f /tests/manual_test.py | |
parent | 460a146b382827dd77f77a86d1daa524ab5e0345 (diff) | |
download | external_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.py | 2 |
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 |