From 09165fe507ba37be3e8de4c2ac0db53bc7ae6a9d Mon Sep 17 00:00:00 2001 From: "bulach@chromium.org" Date: Mon, 9 Jul 2012 09:51:45 +0000 Subject: [PATCH] [android] Fixes checkperms.py error. Following http://codereview.chromium.org/10693110/. A few files moved around to pylib and had their executable bits left on. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10703113 git-svn-id: http://src.chromium.org/svn/trunk/src/build@145658 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- android/pylib/android_commands.py | 0 android/pylib/cmd_helper.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 android/pylib/android_commands.py mode change 100755 => 100644 android/pylib/cmd_helper.py diff --git a/android/pylib/android_commands.py b/android/pylib/android_commands.py old mode 100755 new mode 100644 diff --git a/android/pylib/cmd_helper.py b/android/pylib/cmd_helper.py old mode 100755 new mode 100644