summaryrefslogtreecommitdiff
path: root/ChangeLog
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
commit1e0b5965e0e493c7f8b9d10db6e8ffb391f85583 (patch)
treefd85caac2a884924e9b1a293323fe2d5964cccef /ChangeLog
parenta70fd5cb79855bfdec75901a9501655d428b0e5e (diff)
downloadpyfilesystem-git-1e0b5965e0e493c7f8b9d10db6e8ffb391f85583.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 ;-)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44d58e8..bcb9913 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,7 @@
* TahoeFS: access files stored in a Tahoe-LAFS grid
* New fs.expose implementations:
* dokan: mount an FS object as a drive using Dokan (win32-only)
+ * importhook: import modules from files in an FS object
* Modified listdir and walk methods to accept callables as well as strings
for wildcards.
* Added listdirinfo method, which yields both the entry names and the