Index: git_cache.py |
diff --git a/git_cache.py b/git_cache.py |
index 19c10dd95d4d0276fc858268c1cc55d5755ff287..b2de8ba30da87d4f62d105ce46d8a0b92409182d 100755 |
--- a/git_cache.py |
+++ b/git_cache.py |
@@ -142,8 +142,7 @@ class Mirror(object): |
git_exe = 'git.bat' if sys.platform.startswith('win') else 'git' |
gsutil_exe = os.path.join( |
- os.path.dirname(os.path.abspath(__file__)), |
- 'third_party', 'gsutil', 'gsutil') |
+ os.path.dirname(os.path.abspath(__file__)), 'gsutil.py') |
cachepath_lock = threading.Lock() |
def __init__(self, url, refs=None, print_func=None): |