Fix bad hash_path reference
Mea culpa: these two scripts were missed in commit: https://review.openstack.org/46956 Fixes bug 1235441 Change-Id: I4303bc808448a79bddbb991526b0cca26150b392 Signed-off-by: Peter Portante <peter.portante@redhat.com>
This commit is contained in:
parent
30d8ff3ccc
commit
61e135e211
@ -19,7 +19,7 @@ import sys
|
||||
import urllib
|
||||
|
||||
from swift.common.ring import Ring
|
||||
from swift.common.utils import hash_path
|
||||
from swift.common.ondisk import hash_path
|
||||
|
||||
|
||||
parser = optparse.OptionParser()
|
||||
|
@ -20,7 +20,7 @@ from hashlib import md5
|
||||
|
||||
from swift.common.ring import Ring
|
||||
from swift.obj.diskfile import read_metadata
|
||||
from swift.common.utils import hash_path
|
||||
from swift.common.ondisk import hash_path
|
||||
|
||||
if __name__ == '__main__':
|
||||
if len(sys.argv) <= 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user