mirror of https://github.com/mitsuhiko/flask.git
Daniel Neuhäuser
12 years ago
13 changed files with 42 additions and 19 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