diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-09-26 11:55:23 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-09-26 11:55:23 -0700 |
commit | a7fdd2c63cb8b673a1a59d9d57ba41687a61ba0f (patch) | |
tree | 153d2d2205e9167df5c4edf44173cca3d1b38284 /tools/settings_template_readonly.py | |
parent | 926b9f56a28d8a902dbff4c954b1050a9d237d75 (diff) |
remove misleading top line in settings when copying it to ~/.emscripten
Diffstat (limited to 'tools/settings_template_readonly.py')
-rw-r--r-- | tools/settings_template_readonly.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/settings_template_readonly.py b/tools/settings_template_readonly.py index 45a30569..8d03237e 100644 --- a/tools/settings_template_readonly.py +++ b/tools/settings_template_readonly.py @@ -1,5 +1,5 @@ -# This file will be copied to ~/.emscripten if that file doesn't exist. Or, this is that copy. -# IMPORTANT: Edit the *copy* with the right paths! +# This file will be copied to ~/.emscripten if that file doesn't exist. + # Note: If you put paths relative to the home directory, do not forget os.path.expanduser import os |