Revision 2035039b snf-cyclades-app/synnefo/plankton/views.py

b/snf-cyclades-app/synnefo/plankton/views.py
33 33

  
34 34
import json
35 35

  
36
from logging import getLogger
36 37
from string import punctuation
37 38
from StringIO import StringIO
38 39
from urllib import unquote
......
41 42
from django.http import HttpResponse, HttpResponseNotFound
42 43

  
43 44
from synnefo.plankton.util import plankton_method
44
from synnefo.util.log import getLogger
45 45

  
46 46

  
47 47
FILTERS = ('name', 'container_format', 'disk_format', 'status', 'size_min',

Also available in: Unified diff