summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2009-05-05 06:53:46 +0000
committerrfkelly0 <rfkelly0@67cdc799-7952-0410-af00-57a81ceafa0f>2009-05-05 06:53:46 +0000
commit30a47b08973bbecd4bbdaf71a38fdb251414474f (patch)
treecfb2b44380d6d857670f5d5c7adbce74dfbf67f8
parentc1c280f672ed3424f43afe0bec86da64bd17361a (diff)
downloadpyfilesystem-30a47b08973bbecd4bbdaf71a38fdb251414474f.tar.gz
tweak objecttree for new helper names
git-svn-id: http://pyfilesystem.googlecode.com/svn/branches/rfk-ideas@137 67cdc799-7952-0410-af00-57a81ceafa0f
-rw-r--r--fs/objecttree.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/objecttree.py b/fs/objecttree.py
index 014bcda..b28cef6 100644
--- a/fs/objecttree.py
+++ b/fs/objecttree.py
@@ -1,12 +1,11 @@
#!/usr/bin/env python
-from helpers import _iteratepath, pathsplit
class _ObjectDict(dict):
pass
-class ObjectTree(object):
+class ObjectTree(object):
"""A class to facilitate the creation of tree structures."""
def __init__(self):
@@ -116,4 +115,4 @@ if __name__ == "__main__":
ot['a/b/c/d'] = "?"
- print ot['a/b/c'].keys() \ No newline at end of file
+ print ot['a/b/c'].keys()