Commit ee33a12d by David Baumgold

IGNORED_EMAILS is no longer used

parent 9668a335
...@@ -15,7 +15,6 @@ from collections import OrderedDict, defaultdict ...@@ -15,7 +15,6 @@ from collections import OrderedDict, defaultdict
import textwrap import textwrap
import requests import requests
IGNORED_EMAILS = set(("vagrant@precise32.(none)",))
JIRA_RE = re.compile(r"\b[A-Z]{2,}-\d+\b") JIRA_RE = re.compile(r"\b[A-Z]{2,}-\d+\b")
PR_BRANCH_RE = re.compile(r"remotes/edx/pr/(\d+)") PR_BRANCH_RE = re.compile(r"remotes/edx/pr/(\d+)")
PROJECT_ROOT = path(__file__).abspath().dirname() PROJECT_ROOT = path(__file__).abspath().dirname()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment