summaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-10-31 14:35:53 -0700
committerSimon McVittie <smcv@debian.org>2015-12-04 15:08:24 +0000
commit6185aeb81969b82da804c66958d64bc628cb5aa4 (patch)
tree926e2c755a063d7acfc4b08f207197fd56ec0b5d /dbus
parent425993a3107812734b1138a5a011fed4fc041fef (diff)
Include FallbackObject in "from dbus.service import *"
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85720 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> [smcv: separate out some changes into separate commits]
Diffstat (limited to 'dbus')
-rw-r--r--dbus/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/service.py b/dbus/service.py
index b1fc21d..2953229 100644
--- a/dbus/service.py
+++ b/dbus/service.py
@@ -23,7 +23,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
-__all__ = ('BusName', 'Object', 'method', 'signal')
+__all__ = ('BusName', 'Object', 'FallbackObject', 'method', 'signal')
__docformat__ = 'restructuredtext'
import sys