aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-09-21 10:32:49 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-09-21 10:32:49 -0700
commit65ecbe4515b5ea346a9b8079fdece61d3df6a68c (patch)
tree1f265c348a027af283913e46b2720ad44e40bb5a
parent42fe18db80384fe9e0f0be7e367e6e8a5e20a1d8 (diff)
add import os to settings.py
-rw-r--r--settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index bb749945..45a30569 100644
--- a/settings.py
+++ b/settings.py
@@ -2,6 +2,8 @@
# IMPORTANT: Edit the *copy* with the right paths!
# Note: If you put paths relative to the home directory, do not forget os.path.expanduser
+import os
+
# this helps projects using emscripten find it
EMSCRIPTEN_ROOT = os.path.expanduser(os.getenv('EMSCRIPTEN') or '/opt/emscripten')
LLVM_ROOT = os.path.expanduser(os.getenv('LLVM') or '/usr/bin')