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

Unified Diff: infra/ext/__init__.py

Issue 355153002: Refactor infra git libs and testing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra@fake_testing_support
Patch Set: Created 6 years, 6 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
Index: infra/ext/__init__.py
diff --git a/infra/ext/__init__.py b/infra/ext/__init__.py
index ac871c4003b0628b76c97eb02055e04665739718..6af8a04129e09c13a3af93a8d580da01f69e630f 100644
--- a/infra/ext/__init__.py
+++ b/infra/ext/__init__.py
@@ -29,6 +29,7 @@ if False:
class _LazyImportHack(object):
+ __path__ = []
def __getattr__(self, name):
mod = __import__(name)

Powered by Google App Engine
This is Rietveld 408576698