mirror of https://github.com/mitsuhiko/flask.git
Thomas Waldmann
12 years ago
2 changed files with 14 additions and 0 deletions
@ -0,0 +1,13 @@
|
||||
# -*- coding: utf-8 -*- |
||||
""" |
||||
flask._compat |
||||
~~~~~~~~~~~~~ |
||||
|
||||
Some py2/py3 compatibility support that is not yet available in |
||||
"six" 1.3.0. |
||||
There are bugs open for "six" for all this stuff, so we can remove it |
||||
again from here as soon as we require a new enough "six" release. |
||||
|
||||
:copyright: (c) 2013 by Armin Ronacher. |
||||
:license: BSD, see LICENSE for more details. |
||||
""" |
Loading…
Reference in new issue