#3216: [patch] Make django/bin/daily_cleanup.py script executable
-------------------------+--------------------------------------------------
Reporter:  Alex Dedul   |       Owner:  adrian
Type: enhancement | Status: new Priority: normal | Milestone: Component: Tools | Version: Severity: normal | Keywords: -------------------------+--------------------------------------------------
Patch is trivial.

{{{
Index: django/bin/daily_cleanup.py
===================================================================
--- django/bin/daily_cleanup.py (revision 4269)
+++ django/bin/daily_cleanup.py (working copy)
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 """
 Daily cleanup job.

}}}

--
Ticket URL: <http://code.djangoproject.com/ticket/3216>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to