Import is_secretariat directly from liaisons

- Legacy-Id: 3685
This commit is contained in:
Ole Laursen 2011-11-22 20:51:27 +00:00
parent 227a426bfd
commit 2b4f6f3751

View file

@ -93,7 +93,7 @@ def is_authorized_in_draft_streamREDESIGN(user, draft):
if settings.USE_DB_REDESIGN_PROXY_CLASSES:
from ietf.wgchairs.accounts import is_secretariat, get_person_for_user
from ietf.liaisons.accounts import is_secretariat, get_person_for_user
is_wgdelegate = is_wgdelegateREDESIGN
is_wgchair = is_wgchairREDESIGN
is_chair_of_stream = is_chair_of_streamREDESIGN