diff options
author | Chad Austin <chad@imvu.com> | 2013-01-31 18:17:14 -0800 |
---|---|---|
committer | Chad Austin <chad@imvu.com> | 2013-03-04 19:31:47 -0800 |
commit | 5ba10fe45e42ba1f6f92b7db5e34117e655bfa2d (patch) | |
tree | b6aeac88a633db4a07becd530917660f036aeb99 /emscripten.py | |
parent | 730294d0d106a4cf2d40bad94bba33f53d944ebc (diff) |
Get the TempFiles object from the Configuration
Diffstat (limited to 'emscripten.py')
-rwxr-xr-x | emscripten.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emscripten.py b/emscripten.py index 1a87c788..011bc22f 100755 --- a/emscripten.py +++ b/emscripten.py @@ -21,7 +21,7 @@ def path_from_root(*pathelems): return os.path.join(__rootpath__, *pathelems) configuration = shared.Configuration(environ=os.environ) -temp_files = shared.make_temp_files() +temp_files = configuration.get_temp_files() def scan(ll, settings): # blockaddress(@main, %23) |