Fixing errors in gclient on a gclient revert --nohooks on windows.
BUG=None
TEST=None
TBR=maruel
Review URL: http://codereview.chromium.org/213002
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@26425 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/gclient_utils.py b/gclient_utils.py
index ff8a240..1b11f96 100644
--- a/gclient_utils.py
+++ b/gclient_utils.py
@@ -13,6 +13,7 @@
# limitations under the License.
import os
+import stat
import subprocess
import sys
import xml.dom.minidom