| Index: tools/telemetry/telemetry/core/bitmaptools/__init__.py
|
| diff --git a/tools/telemetry/telemetry/core/bitmaptools/__init__.py b/tools/telemetry/telemetry/core/bitmaptools/__init__.py
|
| index e6bb7a8a49a4b93d08079a0eedffa953b10dd633..e51dadbe398c669078041c7774440172115a8825 100644
|
| --- a/tools/telemetry/telemetry/core/bitmaptools/__init__.py
|
| +++ b/tools/telemetry/telemetry/core/bitmaptools/__init__.py
|
| @@ -25,8 +25,9 @@ def _BuildModule(module_name):
|
|
|
| def _FindAndImport():
|
| found = util.FindSupportModule('bitmaptools')
|
| - if not found:
|
| - found = _BuildModule('bitmaptools')
|
| + # TODO(szym): revert before submitting.
|
| + #if not found:
|
| + # found = _BuildModule('bitmaptools')
|
| if not found:
|
| raise NotImplementedError('The bitmaptools module is not available.')
|
| return imp.load_module('bitmaptools', *found)
|
|
|