summaryrefslogtreecommitdiff
path: root/ureports
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2008-02-08 16:28:07 +0100
committerSylvain <syt@logilab.fr>2008-02-08 16:28:07 +0100
commitf8614f951538b8ff5f30d95cbe690eb71eb95c54 (patch)
tree68389ad4b6e5074e3d92323efd3044555f8fe7b7 /ureports
parentb18f6dfb8a50bc641c860dfa10b5c12361b6620c (diff)
downloadlogilab-common-f8614f951538b8ff5f30d95cbe690eb71eb95c54.tar.gz
doc update
Diffstat (limited to 'ureports')
-rw-r--r--ureports/nodes.py14
1 files changed, 8 insertions, 6 deletions
diff --git a/ureports/nodes.py b/ureports/nodes.py
index 1cf2624..c8da4f5 100644
--- a/ureports/nodes.py
+++ b/ureports/nodes.py
@@ -1,6 +1,3 @@
-# Copyright (c) 2004-2005 LOGILAB S.A. (Paris, FRANCE).
-# http://www.logilab.fr/ -- mailto:contact@logilab.fr
-#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
@@ -13,12 +10,17 @@
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-"""Universal reports objects
+"""Micro reports objects
+
+A micro report is a tree of layout and content objects
+
-A Universal report is a tree of layout and content objects
+:author: Logilab
+:copyright: 2004-2008 LOGILAB S.A. (Paris, FRANCE)
+:contact: http://www.logilab.fr/ -- mailto:python-projects@logilab.org
"""
-__revision__ = "$Id: nodes.py,v 1.11 2006-03-08 09:47:38 katia Exp $"
+__docformat__ = "restructuredtext en"
from logilab.common.tree import VNode