mirror of https://github.com/mitsuhiko/flask.git
Browse Source
- `from flaskr.flaskr import app` in flaskr/__init__.py causes an import error with Python 2 - The relative import now used works for py2 and py3pull/2418/head
Kyle Lawlor
8 years ago
committed by
Markus Unterwaditzer
3 changed files with 3 additions and 3 deletions
@ -1 +1 @@ |
|||||||
from flaskr import app |
from .flaskr import app |
Loading…
Reference in new issue