[weather/master] Fix shebang.

23 Feb
2011
23 Feb
'11
8:18 p.m.
commit a0bb0a16b026c70dd37b417041efa27c010961f4 Author: Christian Fromme <kaner@strace.org> Date: Wed Feb 23 19:18:02 2011 +0100 Fix shebang. --- weather/manage.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/weather/manage.py b/weather/manage.py index 5e78ea9..bcdd55e 100644 --- a/weather/manage.py +++ b/weather/manage.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python from django.core.management import execute_manager try: import settings # Assumed to be in the same directory.
5219
Age (days ago)
5219
Last active (days ago)
0 comments
1 participants
participants (1)
-
kaner@torproject.org