Merge branch '0.10-maintenance'

This commit is contained in:
Daniel Neuhäuser 2014-01-02 19:21:55 +01:00
commit d517f35d60
45 changed files with 45 additions and 45 deletions

View file

@ -6,7 +6,7 @@
A microblog example application written as Flask tutorial with
Flask and sqlite3.
:copyright: (c) 2010 by Armin Ronacher.
:copyright: (c) 2014 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""

View file

@ -5,7 +5,7 @@
Tests the Flaskr application.
:copyright: (c) 2010 by Armin Ronacher.
:copyright: (c) 2014 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
import os

View file

@ -5,7 +5,7 @@
A simple application that shows how Flask and jQuery get along.
:copyright: (c) 2010 by Armin Ronacher.
:copyright: (c) 2014 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
from flask import Flask, jsonify, render_template, request

View file

@ -5,7 +5,7 @@
A microblogging application written with Flask and sqlite3.
:copyright: (c) 2010 by Armin Ronacher.
:copyright: (c) 2014 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""

View file

@ -5,7 +5,7 @@
Tests the MiniTwit application.
:copyright: (c) 2010 by Armin Ronacher.
:copyright: (c) 2014 by Armin Ronacher.
:license: BSD, see LICENSE for more details.
"""
import os