Revision 9fb7a900 snf-astakos-app/astakos/im/views/projects.py

b/snf-astakos-app/astakos/im/views/projects.py
1
# Copyright 2011-2012 GRNET S.A. All rights reserved.
1
# Copyright 2011, 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
......
66 66
    get_related_project_id, get_by_chain_or_404, approve_application, \
67 67
    deny_application, cancel_application, dismiss_application
68 68
from astakos.im import settings
69
from astakos.im.ctx import ExceptionHandler
70 69
from astakos.im.views.util import render_response, _create_object, \
71
    _update_object, _resources_catalog
70
    _update_object, _resources_catalog, ExceptionHandler
72 71
from astakos.im.views.decorators import cookie_fix, signed_terms_required,\
73 72
    valid_astakos_user_required
74 73

  

Also available in: Unified diff