forked from orbit-oss/flask
Happy New Year 2014
This commit is contained in:
parent
a3a2f521f1
commit
52098e1e4f
45 changed files with 45 additions and 45 deletions
|
|
@ -16,7 +16,7 @@
|
|||
the most common patterns at least. The diff it generates should be
|
||||
hand reviewed and not applied blindly without making backups.
|
||||
|
||||
:copyright: (c) Copyright 2011 by Armin Ronacher.
|
||||
:copyright: (c) Copyright 2014 by Armin Ronacher.
|
||||
:license: see LICENSE for more details.
|
||||
"""
|
||||
import re
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
flaskext_compat.activate()
|
||||
from flask.ext import foo
|
||||
|
||||
:copyright: (c) 2011 by Armin Ronacher.
|
||||
:copyright: (c) 2014 by Armin Ronacher.
|
||||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Tests the Flask extensions.
|
||||
|
||||
:copyright: (c) 2010 by Ali Afshar.
|
||||
:copyright: (c) 2014 by Ali Afshar.
|
||||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
Helper script that performs a release. Does pretty much everything
|
||||
automatically for us.
|
||||
|
||||
:copyright: (c) 2011 by Armin Ronacher.
|
||||
:copyright: (c) 2014 by Armin Ronacher.
|
||||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
import sys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue