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

Unified Diff: dependency_manager/dependency_manager/dependency_manager_util.py

Issue 2900493002: Add a third_party/ copy of Python's zipfile module (Closed)
Patch Set: Created 3 years, 7 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 | « dependency_manager/dependency_manager/__init__.py ('k') | third_party/zipfile/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dependency_manager/dependency_manager/dependency_manager_util.py
diff --git a/dependency_manager/dependency_manager/dependency_manager_util.py b/dependency_manager/dependency_manager/dependency_manager_util.py
index ed65db798169427c951068f54ead78347c679e91..7ec2ec632a9f4a49f2d4f4fae3eda64d43f5d03e 100644
--- a/dependency_manager/dependency_manager/dependency_manager_util.py
+++ b/dependency_manager/dependency_manager/dependency_manager_util.py
@@ -6,7 +6,7 @@ import os
import shutil
import stat
import sys
-import zipfile
+import zipfile_2_7_13 as zipfile
from dependency_manager import exceptions
« no previous file with comments | « dependency_manager/dependency_manager/__init__.py ('k') | third_party/zipfile/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698