Matthias Bussonnier
2de525c720
importlib deprecated in 3.5.
...
Replace the use of importlib by types.ModuleType that seem to be
available since at least 2.6
closes gh-1449
2015-05-02 10:54:38 -07:00
Parkayun
33534bb4a9
Happy New Year 2015
2015-01-02 11:35:00 +09:00
Markus Unterwaditzer
97dc687793
Merge pull request #619 from QuentinRoy/master
...
Fix missing argument in find_module of flaskext_compat.py
2014-10-07 19:01:17 +02:00
Daniel Neuhäuser
52098e1e4f
Happy New Year 2014
2014-01-02 19:21:07 +01:00
Quentin Roy
1e39871d68
Add back path=None argument into find_module. This fixes #618 and revert #524 .
2012-10-20 18:21:48 +02:00
d1ffuz0r
8d330a368a
fixed issue #524
2012-08-29 22:26:39 +04:00
Alex Vykalyuk
444698d42b
Changed docstring according to docs.
2012-05-14 23:39:27 +03:00
Florent Xicluna
a2eb5efcd8
few typos
2012-04-12 19:14:52 +03:00
Armin Ronacher
95c4dcb4d5
Refactored flask.ext process to not swallow exceptions on weird Pythons.
2011-09-27 13:33:23 +02:00
Armin Ronacher
9691b7f0bf
Deal with partially setup packages in the redirect hook.
2011-09-21 21:34:47 +02:00
Armin Ronacher
9a70e62b8d
No longer swallow important import errors.
...
This implements a simple but elegant method to find out if an import
error can be swallowed to try the next module or if the import error is
important and must be reraised.
2011-09-21 03:47:36 +02:00
Armin Ronacher
7997bae5bb
Explicitly activate compat module
2011-09-19 21:00:28 +02:00
Armin Ronacher
e94416704d
Added the flaskext_compat module to support flask.ext in 0.7 and earlier.
2011-09-18 15:03:35 +02:00