summaryrefslogtreecommitdiff
path: root/docs/expose.rst
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-01-04 23:18:17 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2011-01-04 23:18:17 +0000
commit7ac62ebeb864c46bbb8c20f0dd7aa1ae00ff5c63 (patch)
treefd85caac2a884924e9b1a293323fe2d5964cccef /docs/expose.rst
parentc8af0ca886932100b96e1e74e4333f37b939c742 (diff)
downloadpyfilesystem-7ac62ebeb864c46bbb8c20f0dd7aa1ae00ff5c63.tar.gz
add fs.expose.importhook
This module allows you to import python modules from the files in an FS. So you can now import modules directly over HTTP, SFTP, or even from a zipfile ;-) git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@598 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'docs/expose.rst')
-rw-r--r--docs/expose.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/expose.rst b/docs/expose.rst
index e4ee403..0e50274 100644
--- a/docs/expose.rst
+++ b/docs/expose.rst
@@ -20,6 +20,10 @@ XMLRPC
------
Makes an FS object available over XMLRPC. See :mod:`fs.expose.xmlrpc`
+Import Hook
+-----------
+Allows importing python modules from the files in an FS object. See :mod:`fs.expose.importhook`
+
Django Storage
--------------
Connects FS objects to Django. See :mod:`fs.expose.django_storage`