Revision 2627cd84 api/flavors.py

b/api/flavors.py
7 7
from django.template.loader import render_to_string
8 8
from django.utils import simplejson as json
9 9

  
10
from synnefo.api.faults import ItemNotFound
10 11
from synnefo.api.util import get_user, get_request_dict, api_method
11 12
from synnefo.db.models import Flavor
12 13

  

Also available in: Unified diff