Revision b6426ead snf-cyclades-app/synnefo/logic/management/commands/backend-update-status.py

b/snf-cyclades-app/synnefo/logic/management/commands/backend-update-status.py
27 27
# those of the authors and should not be interpreted as representing official
28 28
# policies, either expressed or implied, of GRNET S.A.
29 29
#
30
from django.core.management.base import BaseCommand
31

  
30
from snf_django.management.commands import SynnefoCommand
32 31
from synnefo.db.models import Backend
33 32
from synnefo.logic import backend as backend_mod
34 33

  
......
41 40
"""
42 41

  
43 42

  
44
class Command(BaseCommand):
43
class Command(SynnefoCommand):
45 44
    help = HELP_MSG
46 45

  
47 46
    def handle(self, **options):

Also available in: Unified diff