Added shebang to the test run file

This commit is contained in:
Armin Ronacher 2011-08-26 18:20:33 +01:00
parent e509d25d32
commit c0f42a0978

View file

@ -1,2 +1,3 @@
#!/usr/bin/env python
from flask.testsuite import main
main()