chmod +x manage.py and add shebang

This commit is contained in:
apollo13 2010-05-15 12:31:08 +02:00
parent 7708412f68
commit c59d8b6282
1 changed files with 1 additions and 0 deletions

1
manage.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
import os
from werkzeug import script, run_simple, create_environ, run_wsgi_app