Remove run-simple.py

This commit is contained in:
Markus Unterwaditzer 2014-08-31 21:48:05 +02:00
parent 773ad9b92d
commit 077d06df54
1 changed files with 0 additions and 5 deletions

View File

@ -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()