wubloader/common
Mike Lang 292188ad7c database: Remove retry_on_conflict helper and default to autocommit
All our usage was of a single query anyway, so autocommit is easier to handle.
You can still opt into a longer transaction using the transaction() helper.
..
common database: Remove retry_on_conflict helper and default to autocommit
setup.py parse_segment_path: Use datetime.strptime instead of dateutil.parser