Fixed #3216 -- Added shebang statement to daily_cleanup.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d04a2e792c
commit
8701cde8db
|
@ -1,3 +1,5 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Daily cleanup job.
|
Daily cleanup job.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue