Skip to content

Commit 2b4f6f3

Browse files
committed
Import is_secretariat directly from liaisons
- Legacy-Id: 3685
1 parent 227a426 commit 2b4f6f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/ietfworkflows/accounts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def is_authorized_in_draft_streamREDESIGN(user, draft):
9393

9494

9595
if settings.USE_DB_REDESIGN_PROXY_CLASSES:
96-
from ietf.wgchairs.accounts import is_secretariat, get_person_for_user
96+
from ietf.liaisons.accounts import is_secretariat, get_person_for_user
9797
is_wgdelegate = is_wgdelegateREDESIGN
9898
is_wgchair = is_wgchairREDESIGN
9999
is_chair_of_stream = is_chair_of_streamREDESIGN

0 commit comments

Comments
 (0)