Added missing import

This commit is contained in:
Philipp Wolfer
2009-03-24 01:01:55 +01:00
parent 844b892e36
commit 375deb0502

View File

@@ -17,6 +17,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import os
MIME_TYPE_EXTENSION_MAP = {
'image/jpeg': '.jpg',
'image/png': '.png',