blob: e5fcdd487a2ad43a4f4919829229623809f804cb [file] [log] [blame]
Frank Farzan37761d12011-12-01 14:29:08 -08001# Copyright (c) 2011 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 os
6
7# Used for importing chromite which is expected to be 3 levels up from
8# this file.
9SOURCE_ROOT = os.path.join(os.path.dirname(__file__), os.pardir, os.pardir,
10 os.pardir)