wubloader/common/common
Mike Lang 7179fcacec Backfiller: ignore temp segments
To make this work, we make type a proper segment field.

We also tell get_best_segments to ignore temp segments, since they might go away
before we can actually use them.
..
__init__.py Implement main part of sheet sync
database.py Merge pull request from ekimekim/mike/sheet-sync/initial
dateutil.py Audit and fix all usage of dateutil
googleapis.py Move common google api auth functionality into common
segments.py Backfiller: ignore temp segments
stats.py Also need to replace locks on the counter float values to prevent deadlocks