diff options
author | Alon Zakai <azakai@mozilla.com> | 2010-12-17 20:57:38 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2010-12-17 20:57:38 -0800 |
commit | d18bd56d5f97a25d794434e88ca90a0b12c22a09 (patch) | |
tree | f791443914d6f8c8f95f84b2ba99d7b9c9ec10ee /demos/python.html | |
parent | 58e445e6e114b0ee547f4edcf1a641a0ca6d2879 (diff) |
update python demo
Diffstat (limited to 'demos/python.html')
-rw-r--r-- | demos/python.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/python.html b/demos/python.html index 6ae93573..6fae490a 100644 --- a/demos/python.html +++ b/demos/python.html @@ -53,7 +53,7 @@ function doRun() { args = ['-S', '-c', 'print ""']; try { - run(args); + Module.run(args); } catch (e) { if (e !== 'halting, since this is the first run') throw e; } |