~ev/daisy/bucket-versions

« back to all changes in this revision

Viewing changes to tools/rebuild_bucketversions.py

  • Committer: Evan Dandrea
  • Date: 2013-04-04 02:35:31 UTC
  • Revision ID: evan.dandrea@canonical.com-20130404023531-xd55ryzyduagjffv
missing import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
from collections import defaultdict
11
11
import argparse
12
12
import uuid
 
13
import time
13
14
 
14
15
creds = {'username': config.cassandra_username,
15
16
         'password': config.cassandra_password}