
Switching from iteritems() to items() is technically less memory efficient on Python 2, but this appeared be a significantly cleaner approach than adding six to the template context. It's also the right choice assuming the project will at some point go Python 3 only.
======== README ======== This directory holds the MediaGoblin core plugins. These plugins are not enabled by default. See documentation for enabling plugins.