Author: adrian Date: 2007-01-02 14:39:30 -0600 (Tue, 02 Jan 2007) New Revision: 4271
Modified: django/trunk/django/bin/daily_cleanup.py Log: Fixed #3216 -- Added shebang statement to daily_cleanup.py Modified: django/trunk/django/bin/daily_cleanup.py =================================================================== --- django/trunk/django/bin/daily_cleanup.py 2007-01-02 19:47:10 UTC (rev 4270) +++ django/trunk/django/bin/daily_cleanup.py 2007-01-02 20:39:30 UTC (rev 4271) @@ -1,3 +1,5 @@ +#!/usr/bin/env python + """ Daily cleanup job. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
