aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-11-06 16:01:01 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-11-06 16:01:47 -0800
commite5afadc45cd841a933698215d6276593f3573e5d (patch)
treec18cdb8bd7c7e102b6dcc6192040537597cd5757
parentb87d2cb0b9c063cdb07bab4a6e1a9984878d2d7d (diff)
cleanup
-rwxr-xr-xemscripten.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/emscripten.py b/emscripten.py
index 50cf2556..bc47170b 100755
--- a/emscripten.py
+++ b/emscripten.py
@@ -9,13 +9,7 @@ header files (so that the JS compiler can see the constants in those
headers, for the libc implementation in JS).
'''
-import json
-import optparse
-import os
-import subprocess
-import re
-import sys
-import time
+import os, sys, json, optparse, subprocess, re, time, multiprocessing
if not os.environ.get('EMSCRIPTEN_SUPPRESS_USAGE_WARNING'):
print >> sys.stderr, '''