Browse Source

Fix a typo

Maybe this is a typo?
pull/1608/head
Eric Yang 9 years ago
parent
commit
7f678aaf5a
  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