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