Ahmad Sharif | f395c26 | 2012-10-09 17:48:09 -0700 | [diff] [blame] | 1 | #!/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 | |||||
10 | mounted_toolchain_root='/usr/local/toolchain_root' |