diff options
author | max99x <max99x@gmail.com> | 2011-07-08 08:53:47 +0300 |
---|---|---|
committer | max99x <max99x@gmail.com> | 2011-07-08 08:53:47 +0300 |
commit | b37b05b1a060ba56823073921f7988ea80f59e5c (patch) | |
tree | d5cd3501fa1ead6a5626004eece7329f06ac2a66 | |
parent | 1bd1893888ebe52b6e7676becddbecc577f0e169 (diff) |
Reverted hashbang from /usr/bin/python2 to /usr/bin/python.
-rwxr-xr-x | emscripten.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emscripten.py b/emscripten.py index c11f1cfd..6477439c 100755 --- a/emscripten.py +++ b/emscripten.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python import argparse import json |