Index: tools/telemetry/telemetry/connection_gone_exception.py |
diff --git a/native_client_sdk/src/build_tools/sdk_tools/__init__.py b/tools/telemetry/telemetry/connection_gone_exception.py |
similarity index 61% |
copy from native_client_sdk/src/build_tools/sdk_tools/__init__.py |
copy to tools/telemetry/telemetry/connection_gone_exception.py |
index d0efbeb4c2bddf95f61e837cbfec2099d2d7b39d..6690bff251f692cad21ed3a3ce9bc4af14556350 100644 |
--- a/native_client_sdk/src/build_tools/sdk_tools/__init__.py |
+++ b/tools/telemetry/telemetry/connection_gone_exception.py |
@@ -1,5 +1,6 @@ |
# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
- |
-"""sdk_tools Package""" |
+class ConnectionGoneException(Exception): |
+ """Represents an error connecting to the browser.""" |
+ pass |