mirror of
https://github.com/Hopiu/django.git
synced 2026-03-28 03:40:23 +00:00
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 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
Daily cleanup job.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue