app.modules -> app.blueprints
This commit is contained in:
parent
a05f47059b
commit
10104e98cf
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@ _module_constructor_re = re.compile(r'([a-zA-Z0-9_][a-zA-Z0-9_]*)\s*=\s*Module'
|
|||
_mod_route_re = re.compile(r'([a-zA-Z0-9_][a-zA-Z0-9_]*)\.route')
|
||||
_blueprint_related = [
|
||||
(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')
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue