| Index: owners.py
|
| diff --git a/owners.py b/owners.py
|
| index f43deae97b32e0b39896e19d5041044a32673ffa..6a48f43ab81f451228cc84c34faef812d8e2e078 100644
|
| --- a/owners.py
|
| +++ b/owners.py
|
| @@ -44,8 +44,7 @@ class Database(object):
|
| self.fopen = fopen
|
| self.os_path = os_path
|
|
|
| - # TODO: Figure out how to share the owners email addr format w/
|
| - # tools/commit-queue/projects.py, especially for per-repo whitelists.
|
| + # Pick a default email regexp to use; callers can override as desired.
|
| self.email_regexp = re.compile(BASIC_EMAIL_REGEXP)
|
|
|
| # Mapping of owners to the paths they own.
|
|
|