From 651bc32a4ebfebfc69b0e7fd0a34abee40274bbb Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 11 Mar 2010 21:53:25 +0000 Subject: [PATCH] use proper shebang lines --- Lib/bsddb/dbshelve.py | 2 +- Lib/cgi.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/bsddb/dbshelve.py b/Lib/bsddb/dbshelve.py index 7c875b47380..891c7f2d584 100644 --- a/Lib/bsddb/dbshelve.py +++ b/Lib/bsddb/dbshelve.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python #------------------------------------------------------------------------ # Copyright (c) 1997-2001 by Total Control Software # All Rights Reserved diff --git a/Lib/cgi.py b/Lib/cgi.py index db10a6246c0..77ecde63484 100755 --- a/Lib/cgi.py +++ b/Lib/cgi.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # NOTE: the above "/usr/local/bin/python" is NOT a mistake. It is # intentionally NOT "/usr/bin/env python". On many systems