Skip to content

Commit

Permalink
Merge 434bf7c into 51196fd
Browse files Browse the repository at this point in the history
  • Loading branch information
simone committed Feb 3, 2015
2 parents 51196fd + 434bf7c commit 4f6b794
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions filer/models/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
except ImportError:
raise ImportError("The Python Imaging Library was not found.")

import logging
logger = logging.getLogger(__name__)

from django.db import models
from django.utils import six
from django.utils.translation import ugettext_lazy as _
Expand Down

0 comments on commit 4f6b794

Please sign in to comment.