diff options
Diffstat (limited to 'python/python-spidermonkey/README')
-rw-r--r-- | python/python-spidermonkey/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-spidermonkey/README b/python/python-spidermonkey/README index 7eaa3a104418c..f666d99334635 100644 --- a/python/python-spidermonkey/README +++ b/python/python-spidermonkey/README @@ -3,3 +3,6 @@ JavaScript implementation. Allows implementation of JavaScript classes, objects and functions in Python, and evaluation and calling of JavaScript scripts and functions respectively. Borrows heavily from Claes Jacobssen's Javascript Perl module, in turn based on Mozilla's 'PerlConnect' Perl binding. + +Code is taken from the mozjs185-port branch of +https://github.com/garywiz/python-spidermonkey |