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:
Peter Portante 2013-10-05 11:27:35 -04:00
parent 30d8ff3ccc
commit 61e135e211
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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: