Armin Ronacher
9691b7f0bf
Deal with partially setup packages in the redirect hook.
2011-09-21 21:34:47 +02:00
Armin Ronacher
ee9b401632
Added a comment on who the is_important_traceback seems to work. It's only speculation
2011-09-21 13:01:58 +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
9df2aefd7f
Do not set dotted attributes on flask.ext
2011-09-18 12:22:42 +02:00
Armin Ronacher
e8020e2c5c
Added comment to the importer wiping.
2011-09-18 12:22:15 +02:00
Armin Ronacher
c72ca16234
Added tests for the import hook and fixed a problem with it.
2011-09-18 02:10:10 +02:00
Armin Ronacher
8f85a3b0d1
Experimental redirect importing for flask.ext to flask_ and flaskext.
2011-09-17 22:11:57 +02:00