aboutsummaryrefslogtreecommitdiff
path: root/utils/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/constants.py')
-rw-r--r--utils/constants.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/utils/constants.py b/utils/constants.py
new file mode 100644
index 00000000..33875d66
--- /dev/null
+++ b/utils/constants.py
@@ -0,0 +1,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'