diff options
author | Haneef Mubarak <haneefmubarak@users.noreply.github.com> | 2014-02-25 19:09:05 -0800 |
---|---|---|
committer | Haneef Mubarak <haneefmubarak@users.noreply.github.com> | 2014-02-28 19:24:29 -0800 |
commit | 6e18468fa4a71f0d110c41baa8ebd2965f4c7254 (patch) | |
tree | ecbe67e2d4baa03de7c1675aca7657ac1c6a6b69 /emcc.py | |
parent | d2b63fabfb32bcc5b80c4d5febab486a20afb175 (diff) |
Revert "**all: hard tabs, trailing newlines**"
This reverts commit d09166ab48c96393edd06f89a2f928073d18586d.
Diffstat (limited to 'emcc.py')
-rw-r--r-- | emcc.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ + # necessary to work around process pool limitations on windows - the js optimizer will end up trying to import this. see issue 663 import tools.js_optimizer + |