--- django/bin/daily_cleanup.py.orig	2006-12-16 11:02:04.000000000 +0100
+++ django/bin/daily_cleanup.py	2006-12-16 11:02:19.000000000 +0100
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 "Daily cleanup file"
 
 from django.db import backend, connection, transaction
--- django/bin/profiling/gather_profile_stats.py.orig	2006-12-16 11:15:38.000000000 +0100
+++ django/bin/profiling/gather_profile_stats.py	2006-12-16 11:15:55.000000000 +0100
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 """
 gather_profile_stats.py /path/to/dir/of/profiles
 
