Index: chrome/test/ispy/client/boto_bucket.py |
diff --git a/chrome/test/ispy/client/boto_bucket.py b/chrome/test/ispy/client/boto_bucket.py |
index 5ea9c97f9765aa3f18eafeab679087e5dda484ba..139d83c4df857d4b588d62b9f76aa57fb24c7142 100644 |
--- a/chrome/test/ispy/client/boto_bucket.py |
+++ b/chrome/test/ispy/client/boto_bucket.py |
@@ -9,13 +9,13 @@ import sys |
# 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): |