Browse Source

Merge pull request #1608 from Windfarer/patch-1

Fix a typo
pull/1609/head
Armin Ronacher 9 years ago
parent
commit
8789c94d82
  1. 2
      flask/exthook.py

2
flask/exthook.py

@ -111,7 +111,7 @@ class ExtensionImporter(object):
if module_name == important_module:
return True
# Some python versions will will clean up modules so early that the
# Some python versions will clean up modules so early that the
# module name at that point is no longer set. Try guessing from
# the filename then.
filename = os.path.abspath(tb.tb_frame.f_code.co_filename)

Loading…
Cancel
Save