Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / tools / find_depot_tools.py
index 469a283..1f91866 100644 (file)
@@ -12,7 +12,7 @@ import sys
 
 
 def IsRealDepotTools(path):
-  return os.path.isfile(os.path.join(path, 'gclient'))
+  return os.path.isfile(os.path.join(path, 'gclient.py'))
 
 
 def add_depot_tools_to_path():