Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: gclient_utils.py

Issue 213006: gclient: fix PyChecker errors caused by r26423 (Closed)
Patch Set: fix PyChecker bugs due to r26423 Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gclient.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « gclient.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698