--- a/incoming.py Wed Jun 15 20:53:22 2016 +0800
+++ b/incoming.py Wed Jun 15 21:35:22 2016 +0800
+from __future__ import absolute_import
+ m = re.match(r'^(.+):\d+:\d+: ')
# https://pep8.readthedocs.io/en/latest/intro.html#error-codes
if re.match(r'^.+:\d+:\d+: E9\d{2}', line) is not None:
parts = [part for part in parsed.path.split('/') if part]