File: 02_add_shebang.diff

package info (click to toggle)
python-django 0.95.1-1etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 6,344 kB
  • ctags: 3,919
  • sloc: python: 24,083; makefile: 14; sql: 6
file content (14 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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