Skip to content

Commit

Permalink
Alternative names for app
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jun 5, 2011
1 parent 10104e9 commit 17d1ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/flask-07-upgrade.py
Expand Up @@ -46,7 +46,7 @@
_blueprint_related = [ _blueprint_related = [
(re.compile(r'request\.module'), 'request.blueprint'), (re.compile(r'request\.module'), 'request.blueprint'),
(re.compile(r'register_module'), 'register_blueprint'), (re.compile(r'register_module'), 'register_blueprint'),
(re.compile(r'app\.modules'), 'app.blueprints') (re.compile(r'(app|application)\.modules'), '\\1.blueprints')
] ]




Expand Down

0 comments on commit 17d1ade

Please sign in to comment.