Revision a237869d api/handlers.py

b/api/handlers.py
2 2
#
3 3
# Copyright © 2010 Greek Research and Technology Network
4 4

  
5
import simplejson as json
6 5
from django.conf import settings
6
from django.utils import simplejson as json
7 7
from django.http import HttpResponse
8 8
from piston.handler import BaseHandler, AnonymousBaseHandler
9 9
from synnefo.api.faults import fault, noContent, accepted, created, notModified

Also available in: Unified diff