aboutsummaryrefslogtreecommitdiff
path: root/libraries/python-spidermonkey/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/python-spidermonkey/README')
-rw-r--r--libraries/python-spidermonkey/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/libraries/python-spidermonkey/README b/libraries/python-spidermonkey/README
deleted file mode 100644
index 9d6d6dd69ad2..000000000000
--- a/libraries/python-spidermonkey/README
+++ /dev/null
@@ -1,7 +0,0 @@
-Python/JavaScript bridge module, making use of Mozilla's spidermonkey
-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.
-
-This requires pysetuptools, nose, and js.