| Index: chrome/test/kasko/py/kasko/exceptions.py
|
| diff --git a/chrome/test/kasko/py/kasko/exceptions.py b/chrome/test/kasko/py/kasko/exceptions.py
|
| deleted file mode 100755
|
| index d7ba42273bf8ba54fc87b4b9ca6332a4ece75f9e..0000000000000000000000000000000000000000
|
| --- a/chrome/test/kasko/py/kasko/exceptions.py
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -#!/usr/bin/env python
|
| -# Copyright 2016 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.
|
| -
|
| -"""Exceptions used by the Kasko integration test module."""
|
| -
|
| -class TimeoutException(Exception):
|
| - """Exception used to indicate a timeout has occurred."""
|
| - pass
|
|
|