From 027cda3613f7a81de557d6dd929d0d4de40192a1 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 31 Aug 2009 14:19:40 -0400 Subject: Added docstrings to libbe submodules. Also a few minor tweaks to the module imports. --- libbe/tree.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libbe/tree.py') diff --git a/libbe/tree.py b/libbe/tree.py index 45ae085..06d09e5 100644 --- a/libbe/tree.py +++ b/libbe/tree.py @@ -15,6 +15,10 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +""" +Define a traversable tree structure. +""" + import doctest class Tree(list): -- cgit