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

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: Change config ref to have a sandard naming scheme 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 f19aa3157c1b0ade1e7ed321bd1f6404d9914a86..2edad2c222aee84affdca706da52fb1e17effd6d 100644
--- a/infra/ext/__init__.py
+++ b/infra/ext/__init__.py
@@ -33,6 +33,7 @@ if False:
class _LazyImportHack(object):
+ __path__ = []
def __getattr__(self, name):
mod = __import__(name)
« no previous file with comments | « .coveragerc ('k') | infra/libs/decorators/__init__.py » ('j') | infra/libs/types/__init__.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698