Revision 629acc65 snf-cyclades-app/synnefo/api/management/commands/cyclades-astakos-migrate-013.py

b/snf-cyclades-app/synnefo/api/management/commands/cyclades-astakos-migrate-013.py
1
# Copyright 2012 GRNET S.A. All rights reserved.
1
# Copyright 2012, 2013 GRNET S.A. All rights reserved.
2 2
#
3 3
# Redistribution and use in source and binary forms, with or
4 4
# without modification, are permitted provided that the following
......
41 41
from django.db import transaction
42 42
from django.conf import settings
43 43

  
44
from synnefo.quotas import get_quota_holder
45 44
from synnefo.api.util import get_existing_users
46 45
from synnefo.lib.utils import case_unique
47 46
from synnefo.db.models import Network, VirtualMachine

Also available in: Unified diff