blob: 33875d66d08a147e8a5f96e3e772a9ec9227b4b2 [file] [log] [blame]
Ahmad Shariff395c262012-10-09 17:48:09 -07001#!/usr/bin/python2.6
2#
3# Copyright 2010 Google Inc. All Rights Reserved.
4
5"""Generic constants used accross modules.
6"""
7
8__author__ = "shenhan@google.com (Han Shen)"
9
10mounted_toolchain_root='/usr/local/toolchain_root'