~gholt/swift/largefiles

« back to all changes in this revision

Viewing changes to swift/obj/auditor.py

  • Committer: gholt
  • Date: 2010-10-06 15:41:14 UTC
  • Revision ID: gholt@rackspace.com-20101006154114-tcjzs1fjlnwguy93
Update import and new test stub for moved obj hashes code

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
from eventlet import Timeout
24
24
 
25
25
from swift.obj import server as object_server
26
 
from swift.obj.replicator import invalidate_hash
 
26
from swift.obj.hashes import invalidate_hash
27
27
from swift.common.bufferedhttp import http_connect
28
28
from swift.common.exceptions import ConnectionTimeout
29
29
from swift.common.ring import Ring