Happy New Year 2014

This commit is contained in:
Daniel Neuhäuser 2014-01-02 19:21:07 +01:00
parent a3a2f521f1
commit 52098e1e4f
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