Changeset 32c5f16 for asadb/groups


Ignore:
Timestamp:
Sep 16, 2012, 6:41:11 PM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
2c9e652
Parents:
30380bb
git-author:
Alex Dehnert <adehnert@…> (09/16/12 18:41:11)
git-committer:
Alex Dehnert <adehnert@…> (09/16/12 18:41:11)
Message:

Clarify some unused variables in groups/diffs.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/diffs.py

    r30380bb r32c5f16  
    2424import util.emails
    2525import util.mailman
    26 
    27 update_asa_exec = 'asa-exec@mit.edu'
    28 update_funding_board = 'asa-db@mit.edu'
    29 update_constitution_archive = 'asa-db@mit.edu'
    3026
    3127if settings.PRODUCTION_DEPLOYMENT:
     
    214210
    215211
    216 # Note: this isn't actually used (but might have some utility in telling what
     212# Note: these aren't actually used (but might have some utility in telling what
    217213# should be diffed)
     214update_asa_exec = 'asa-exec@mit.edu'
     215update_funding_board = 'asa-db@mit.edu'
     216update_constitution_archive = 'asa-db@mit.edu'
     217
    218218diff_fields = {
    219219    'name' :            [ update_asa_exec, ],
Note: See TracChangeset for help on using the changeset viewer.