Chromium Code Reviews| 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) |