Frank Farzan | 37761d1 | 2011-12-01 14:29:08 -0800 | [diff] [blame] | 1 | # 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 | |||||
5 | import os | ||||
6 | |||||
7 | # Used for importing chromite which is expected to be 3 levels up from | ||||
8 | # this file. | ||||
9 | SOURCE_ROOT = os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, | ||||
10 | os.pardir) |