mirror of https://github.com/mitsuhiko/flask.git
Markus Unterwaditzer
10 years ago
6 changed files with 0 additions and 21 deletions
@ -1,4 +0,0 @@ |
|||||||
import os |
|
||||||
import flask |
|
||||||
here = os.path.abspath(os.path.dirname(__file__)) |
|
||||||
app = flask.Flask(__name__) |
|
@ -1,4 +0,0 @@ |
|||||||
import os |
|
||||||
import flask |
|
||||||
here = os.path.abspath(os.path.dirname(__file__)) |
|
||||||
app = flask.Flask(__name__) |
|
@ -1,3 +0,0 @@ |
|||||||
import flask |
|
||||||
|
|
||||||
app = flask.Flask(__name__) |
|
@ -1,3 +0,0 @@ |
|||||||
import flask |
|
||||||
|
|
||||||
app = flask.Flask(__name__) |
|
@ -1,4 +0,0 @@ |
|||||||
import flask |
|
||||||
|
|
||||||
# Test Flask initialization with main module. |
|
||||||
app = flask.Flask('__main__') |
|
Loading…
Reference in new issue