sprockets.mixins.mediatype/sprockets/mixins/mediatype
Dave Shawley 242a0590e6 Prevent meta-class error in top-level imports.
Extended the `ImportError` handling hack to correctly handle the
case where we cannot import submodules AND someone is extending
one of the exported classes.  Previously ContentMixin and
ContentSettings were functions when ImportError was raised which
causes really confusing errors.

The correct solution here is to stop exporting stuff at the top-
level and require clients to import from modules but that is for
another day.
2016-03-16 09:19:04 -04:00
..
__init__.py Prevent meta-class error in top-level imports. 2016-03-16 09:19:04 -04:00
content.py ContentMixin: Set the Vary header. 2016-03-13 09:34:32 -04:00
handlers.py Repackage sprockets.mixins.mediatype into a package. 2016-01-10 11:36:46 -05:00
transcoders.py Clean up a few documents. 2016-01-31 12:31:35 -05:00