Skip to content

Commit

Permalink
Fix for ISpy relocation.
Browse files Browse the repository at this point in the history
BUG=361127

Review URL: https://codereview.chromium.org/231173003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262896 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
jbudorick@chromium.org committed Apr 10, 2014
1 parent 25de8a1 commit aa4b11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chrome/test/ispy/client/boto_bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
# boto requires depot_tools/third_party be in the path. Use
# src/tools/find_depot_tools.py to add this directory.
sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir,
os.pardir, os.pardir, os.pardir, 'tools'))
os.pardir, os.pardir, 'tools'))
import find_depot_tools
DEPOT_TOOLS_PATH = find_depot_tools.add_depot_tools_to_path()
sys.path.append(os.path.join(os.path.abspath(DEPOT_TOOLS_PATH), 'third_party'))
import boto

from ..common import cloud_bucket
from ispy.common import cloud_bucket


class BotoCloudBucket(cloud_bucket.BaseCloudBucket):
Expand Down

0 comments on commit aa4b11d

Please sign in to comment.