Hide SECLAB tracker.

This commit is contained in:
Jason Tibbitts 2013-06-14 20:30:49 -05:00
parent 1ea215b1d4
commit 1c745d0b1d

View file

@ -39,9 +39,10 @@ GUIDELINES = 197974
LEGAL = 182235
NEEDSPONSOR = 177841
SCITECH = 505154
SECLAB = 563471
# These will show up in a query but aren't actual review tickets
trackers = set([ACCEPT, BUNDLED, FEATURE, NEEDSPONSOR, GUIDELINES, SCITECH])
trackers = set([ACCEPT, BUNDLED, FEATURE, NEEDSPONSOR, GUIDELINES, SCITECH, SECLAB])
# So the bugzilla module has some way to complain
logging.basicConfig()