aboutsummaryrefslogtreecommitdiff
path: root/v14/utils/constants.py
blob: 33875d66d08a147e8a5f96e3e772a9ec9227b4b2 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/python2.6
#
# Copyright 2010 Google Inc. All Rights Reserved.

"""Generic constants used accross modules.
"""

__author__ = "shenhan@google.com (Han Shen)"

mounted_toolchain_root='/usr/local/toolchain_root'