From 4094d03e290c25c52024302f8e470055170064f0 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 16 Jun 2008 04:09:44 +0000 Subject: [PATCH] Added shebang line to bin/profiling/gather_profile_stats.py. Refs #7268 git-svn-id: http://code.djangoproject.com/svn/django/trunk@7658 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/bin/profiling/gather_profile_stats.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/django/bin/profiling/gather_profile_stats.py b/django/bin/profiling/gather_profile_stats.py index c0844930e9..0fd2b7fca9 100644 --- a/django/bin/profiling/gather_profile_stats.py +++ b/django/bin/profiling/gather_profile_stats.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + """ gather_profile_stats.py /path/to/dir/of/profiles