1# Copyright (c) 2014 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5import stats_es_mock 6 7 8class Elasticsearch(stats_es_mock.mock_class_base): 9 """mock class for es_mock""" 10 pass 11 12 13class ElasticsearchException(Exception): 14 """Mock class for elcasticsearch.ElasticsearchException""" 15 pass