Added new mimetype app to handle mimetype guessing and provide mimetype related icons when a preview is not available

This commit is contained in:
Roberto Rosario
2011-07-22 03:37:26 -04:00
parent 4060a39a4f
commit f589da84fd
124 changed files with 171 additions and 80 deletions

View File

@@ -12,7 +12,7 @@ except RuntimeError:
from django.utils.translation import ugettext_lazy as _
from common.utils import get_mimetype
from mimetype.api import get_mimetype
from converter.exceptions import ConvertError, UnknownFormat, IdentifyError
from converter.backends import ConverterBase