IGNORED_EMAILS is no longer used

This commit is contained in:
David Baumgold
2014-05-02 15:57:14 -04:00
parent 9668a33563
commit ee33a12d75

View File

@@ -15,7 +15,6 @@ from collections import OrderedDict, defaultdict
import textwrap
import requests
IGNORED_EMAILS = set(("vagrant@precise32.(none)",))
JIRA_RE = re.compile(r"\b[A-Z]{2,}-\d+\b")
PR_BRANCH_RE = re.compile(r"remotes/edx/pr/(\d+)")
PROJECT_ROOT = path(__file__).abspath().dirname()