summaryrefslogtreecommitdiff
path: root/fs/filelike.py
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-27 10:20:03 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2010-12-27 10:20:03 +0000
commit9b66499e86171ace303ee588bd23fcebbf01b96c (patch)
tree47b4d874c190863f83e285270f7a6ad427b9c18a /fs/filelike.py
parent8e7ce53f362c2ccdf9b5b34cbca4cd05cdcbec4c (diff)
downloadpyfilesystem-9b66499e86171ace303ee588bd23fcebbf01b96c.tar.gz
removed obsolute "objectree" module; use fs.path.PathMap instead
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@581 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'fs/filelike.py')
-rw-r--r--fs/filelike.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/filelike.py b/fs/filelike.py
index cbf71d2..476d1eb 100644
--- a/fs/filelike.py
+++ b/fs/filelike.py
@@ -32,7 +32,7 @@ import tempfile as _tempfile
try:
from cStringIO import StringIO as _StringIO
except ImportError:
- from StrimgIO import StringIO as _StringIO
+ from StringIO import StringIO as _StringIO
import fs