summaryrefslogtreecommitdiff
path: root/dbus/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/__init__.py')
-rw-r--r--dbus/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/dbus/__init__.py b/dbus/__init__.py
index e96bd99..a2aeac9 100644
--- a/dbus/__init__.py
+++ b/dbus/__init__.py
@@ -1,12 +1,6 @@
"""\
Implements the public API for a D-Bus client. See the dbus.service module
to export objects or claim well-known names.
-
-..
- for epydoc's benefit
-
-:NewField SupportedUsage: Supported usage
-:NewField Constructor: Constructor
"""
# Copyright (C) 2003, 2004, 2005, 2006 Red Hat Inc. <http://www.redhat.com/>