Skip to content

Commit

Permalink
Merge pull request #392 from mariocesar/use_django_namedtemporaryfile
Browse files Browse the repository at this point in the history
Uses the NamedTemporaryFile class provided by Django
  • Loading branch information
mariocesar committed Aug 3, 2015
2 parents 6490984 + 3541db7 commit e769ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorl/thumbnail/engines/convert_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import re
import os
import subprocess
from tempfile import NamedTemporaryFile

from django.utils.encoding import smart_str
from django.core.files.temp import NamedTemporaryFile

from sorl.thumbnail.base import EXTENSIONS
from sorl.thumbnail.compat import b
Expand Down

0 comments on commit e769ee7

Please sign in to comment.