Remove obsolete apps

This commit is contained in:
Markus Unterwaditzer 2014-09-04 14:32:56 +02:00
parent af4cb0ff2b
commit 03339501ab
6 changed files with 0 additions and 21 deletions

View file

@ -1,4 +0,0 @@
import os
import flask
here = os.path.abspath(os.path.dirname(__file__))
app = flask.Flask(__name__)

View file

@ -1,4 +0,0 @@
import os
import flask
here = os.path.abspath(os.path.dirname(__file__))
app = flask.Flask(__name__)

View file

@ -1,3 +0,0 @@
import flask
app = flask.Flask(__name__)

View file

@ -1,3 +0,0 @@
import flask
app = flask.Flask(__name__)

View file

@ -1,4 +0,0 @@
import flask
# Test Flask initialization with main module.
app = flask.Flask('__main__')

View file

@ -1,3 +0,0 @@
import flask
app = flask.Flask(__name__)