summaryrefslogtreecommitdiff
path: root/dbus/__init__.py
diff options
context:
space:
mode:
authorSimon McVittie <smcv@celebrin.pseudorandom.co.uk>2006-12-04 14:13:24 +0000
committerSimon McVittie <smcv@celebrin.pseudorandom.co.uk>2006-12-04 14:13:24 +0000
commit880a2a87e78355e546dc97f0661f500c1c42da73 (patch)
tree4976a3e488fb9e734f33bc943b8f39d215d666d4 /dbus/__init__.py
parent8339653949802cb296811fe488b53b721d63e0f7 (diff)
dbus/__init__.py: remove FIXME comment
Diffstat (limited to 'dbus/__init__.py')
-rw-r--r--dbus/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/dbus/__init__.py b/dbus/__init__.py
index fb1e324..445bb09 100644
--- a/dbus/__init__.py
+++ b/dbus/__init__.py
@@ -1,10 +1,6 @@
"""\
Implements the public API for a D-Bus client. See the dbus.service module
to implement services.
-
-FIXME
------
-Which of the imported symbols constitute public API?
"""
# Copyright (C) 2003, 2004, 2005, 2006 Red Hat Inc. <http://www.redhat.com/>