diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-04-20 14:13:49 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-04-20 14:13:49 -0700 |
commit | 1924b6e5e9d2967b36491c283c4abc181570b766 (patch) | |
tree | d23fdd83c17a359621ae3b1033b02d15c6b9b772 | |
parent | 3762c4ab9443eca436d07e58bbd3d608e91c72ed (diff) |
comment on temp dir in settings.py
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 48eaa9ab..844042ad 100644 --- a/settings.py +++ b/settings.py @@ -10,7 +10,7 @@ NODE_JS = 'node' SPIDERMONKEY_ENGINE = [os.path.expanduser('~/Dev/mozilla-central/js/src/js'), '-m', '-n'] V8_ENGINE = os.path.expanduser('~/Dev/v8/d8') -TEMP_DIR = '/tmp' +TEMP_DIR = '/tmp' # You will need to modify this on Windows ######################################################################################################## |