From 2a54e5e9b01525dc07d75866bc5e0bd7636ca3d6 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 4 Apr 2020 17:03:46 +0200 Subject: [PATCH] We don't need no argument parsin' --- list_builder.py | 64 +++++++++++++++++++++---------------------------- 1 file changed, 27 insertions(+), 37 deletions(-) diff --git a/list_builder.py b/list_builder.py index 077fbe4..07ec7bf 100755 --- a/list_builder.py +++ b/list_builder.py @@ -5,7 +5,6 @@ import sys import time import json import zlib -import argparse import subprocess import yaml @@ -15,15 +14,14 @@ from dateutil.parser import parse # Regular expression patterns -re_commit_author = re.compile( - r'^author (?P.+) <(?P.+)> (?P