summaryrefslogtreecommitdiff
path: root/corbautils.py
diff options
context:
space:
mode:
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-07-13 21:32:22 +0200
committerNicolas Chauvat <nicolas.chauvat@logilab.fr>2008-07-13 21:32:22 +0200
commitaab929e273a41a188a244b5d2c8b3e53408172ab (patch)
treebdbb169569082a3290de6dbdaf7ef7d68bc919c1 /corbautils.py
parent47df8cd6dff5c08b32966a7b59b5da75d23123de (diff)
downloadlogilab-common-aab929e273a41a188a244b5d2c8b3e53408172ab.tar.gz
improve doc for better epydoc generation.
Diffstat (limited to 'corbautils.py')
-rw-r--r--corbautils.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/corbautils.py b/corbautils.py
index 8e9eae5..53963f3 100644
--- a/corbautils.py
+++ b/corbautils.py
@@ -1,6 +1,10 @@
-"""A set of utility function to ease the use of OmniORBpy."""
+"""A set of utility function to ease the use of OmniORBpy.
-__revision__ = '$Id: corbautils.py,v 1.2 2005-11-22 13:13:00 syt Exp $'
+:copyright: 2000-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
+:license: General Public License version 2 - http://www.gnu.org/licenses
+"""
+__docformat__ = "restructuredtext en"
from omniORB import CORBA, PortableServer
import CosNaming