From 2b4f6f3751133af818025271644841e9d4afd91f Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Tue, 22 Nov 2011 20:51:27 +0000 Subject: [PATCH] Import is_secretariat directly from liaisons - Legacy-Id: 3685 --- ietf/ietfworkflows/accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/ietfworkflows/accounts.py b/ietf/ietfworkflows/accounts.py index 0978d1bf8..4f4457864 100644 --- a/ietf/ietfworkflows/accounts.py +++ b/ietf/ietfworkflows/accounts.py @@ -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