1# Copyright 2013 The Chromium 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.
4from __future__ import absolute_import
5
6from telemetry.core import util
7
8util.AddDirToPythonPath(util.GetChromiumSrcDir(), 'tools')
9from crx_id import crx_id  # pylint: disable=F0401
10
11
12GetCRXAppID = crx_id.GetCRXAppID
13HasPublicKey = crx_id.HasPublicKey
14