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.
tor-commits@lists.torproject.org