Index: gclient_utils.py |
diff --git a/gclient_utils.py b/gclient_utils.py |
index 1b11f96ae686f17ef6da35590d6eb9f2d5be01b0..464419fb0d89fdf70b6c27200a5a0ebf43ee5831 100644 |
--- a/gclient_utils.py |
+++ b/gclient_utils.py |
@@ -12,11 +12,14 @@ |
# See the License for the specific language governing permissions and |
# limitations under the License. |
+import errno |
import os |
import stat |
import subprocess |
import sys |
+import time |
import xml.dom.minidom |
+import xml.parsers.expat |
## Generic utils |