diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-10-10 02:46:28 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-10-10 02:46:28 +0000 |
commit | b6f3573e37d8d779f6aaf5496bced4e2dbda21a7 (patch) | |
tree | b4c04698c00cc72104a2fb30c410d7710ce99806 /security/py-RestrictedPython/pkg-descr | |
parent | - update to 2.9.0 (diff) |
RestrictedPython provides a restricted execution environment for Python,
e.g. for running untrusted code.
WWW: http://pypi.python.org/pypi/ExtensionClass
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via GitHub)
Diffstat (limited to 'security/py-RestrictedPython/pkg-descr')
-rw-r--r-- | security/py-RestrictedPython/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/py-RestrictedPython/pkg-descr b/security/py-RestrictedPython/pkg-descr new file mode 100644 index 000000000000..0b90e45da2cb --- /dev/null +++ b/security/py-RestrictedPython/pkg-descr @@ -0,0 +1,4 @@ +RestrictedPython provides a restricted execution environment for Python, +e.g. for running untrusted code. + +WWW: http://pypi.python.org/pypi/ExtensionClass |