Merge "Fix bad hash_path reference"

This commit is contained in:
Jenkins 2013-10-07 21:08:13 +00:00 committed by Gerrit Code Review
commit 111ebb9a4b
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: