diff options
author | Chad Austin <chad@imvu.com> | 2013-01-29 18:09:00 -0800 |
---|---|---|
committer | Chad Austin <chad@imvu.com> | 2013-03-04 19:08:33 -0800 |
commit | cdbb73fe0c93aa3bf024262e3c0769294cadcf90 (patch) | |
tree | 618a1bcf0bf454c6a58c1f4b9169e0c2f3620018 | |
parent | 74b72bba490d30824ce444d84a02c7fee8881140 (diff) |
Integrate formatting feedback
-rw-r--r-- | tools/shared.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/shared.py b/tools/shared.py index 7005dee4..d06b96b5 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -321,8 +321,7 @@ class Configuration: if self.DEBUG: print >> sys.stderr, msg -configuration = Configuration( - environ=os.environ) +configuration = Configuration(environ=os.environ) DEBUG = configuration.DEBUG EMSCRIPTEN_TEMP_DIR = configuration.EMSCRIPTEN_TEMP_DIR DEBUG_CACHE = configuration.DEBUG_CACHE |