Skip to content

Commit 9613471

Browse files
committed
comment unused global variable causing problems with test suite.
- Legacy-Id: 5433
1 parent a0fffcc commit 9613471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/secr/announcement/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Globals
1414
# ---------------------------------------------
1515

16-
ANNOUNCE_FROM_GROUPS = ['ietf','rsoc','iab',current_nomcom().acronym]
16+
#ANNOUNCE_FROM_GROUPS = ['ietf','rsoc','iab',current_nomcom().acronym]
1717
ANNOUNCE_TO_GROUPS= ['ietf']
1818

1919
# this list isn't currently available as a Role query so it's hardcoded

0 commit comments

Comments
 (0)