/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/load_test.py

  • Committer: Jelmer Vernooij
  • Date: 2011-03-02 14:07:21 UTC
  • mto: This revision was merged to the branch mainline in revision 430.
  • Revision ID: jelmer@samba.org-20110302140721-37qson2dve2i4css
Drop support for json as simplejson alternative.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
import time
68
68
import Queue
69
69
 
70
 
try:
71
 
    import simplejson
72
 
except ImportError:
73
 
    import json as simplejson
 
70
import simplejson
74
71
 
75
72
from bzrlib import (
76
73
    errors,