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

Unified Diff: dependency_manager/dependency_manager/__init__.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 | « no previous file | dependency_manager/dependency_manager/dependency_manager_util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dependency_manager/dependency_manager/__init__.py
diff --git a/dependency_manager/dependency_manager/__init__.py b/dependency_manager/dependency_manager/__init__.py
index 296eb04ae87b1ec57fa8d23f13d32808030a6fda..68efbdb39ea70684ec169b9893059df317618cc0 100644
--- a/dependency_manager/dependency_manager/__init__.py
+++ b/dependency_manager/dependency_manager/__init__.py
@@ -21,6 +21,7 @@ def _AddDirToPythonPath(*path_parts):
_AddDirToPythonPath(CATAPULT_PATH, 'common', 'py_utils')
_AddDirToPythonPath(CATAPULT_THIRD_PARTY_PATH, 'mock')
_AddDirToPythonPath(CATAPULT_THIRD_PARTY_PATH, 'pyfakefs')
+_AddDirToPythonPath(CATAPULT_THIRD_PARTY_PATH, 'zipfile')
_AddDirToPythonPath(DEPENDENCY_MANAGER_PATH)
« no previous file with comments | « no previous file | dependency_manager/dependency_manager/dependency_manager_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698