mirror of https://github.com/pallets/flask.git
Remove run-simple.py
This commit is contained in:
parent
773ad9b92d
commit
077d06df54
|
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
import sys, os
|
||||
sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)))
|
||||
from flask.testsuite import main
|
||||
main()
|
||||
Loading…
Reference in New Issue