summaryrefslogtreecommitdiff
path: root/dbus/_dbus.py
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-04-24 13:51:51 +0100
committerSimon McVittie <smcv@carbon.pseudorandom.co.uk>2007-04-24 18:02:40 +0100
commitdf42e53ab497dce7f00bd2eb3f2af1c022c0096c (patch)
treeaa621ca1df6aebbe6794f4e47bbc9f17e20a9602 /dbus/_dbus.py
parent1fa0c331f5327ef1d622b55a050949845eb89b0f (diff)
downloaddbus-python-df42e53ab497dce7f00bd2eb3f2af1c022c0096c.tar.gz
Remove trailing whitespace in Python source
Diffstat (limited to 'dbus/_dbus.py')
-rw-r--r--dbus/_dbus.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbus/_dbus.py b/dbus/_dbus.py
index 353b2fd..6b1ac16 100644
--- a/dbus/_dbus.py
+++ b/dbus/_dbus.py
@@ -134,7 +134,7 @@ class SignalMatch(object):
rule.append("member='%s'" % self._member)
for kwarg, value in kwargs.iteritems():
rule.append("%s='%s'" % (kwarg, value))
-
+
self._rule = ','.join(rule)
def __str__(self):
@@ -337,7 +337,7 @@ class Bus(BusImplementation):
def get_session(private=False):
"""Static method that returns a connection to the session bus.
-
+
:Parameters:
`private` : bool
If true, do not return a shared connection.
@@ -348,7 +348,7 @@ class Bus(BusImplementation):
def get_system(private=False):
"""Static method that returns a connection to the system bus.
-
+
:Parameters:
`private` : bool
If true, do not return a shared connection.
@@ -707,7 +707,7 @@ class Interface:
"""
self._obj = object
self._dbus_interface = dbus_interface
-
+
__dbus_object_path__ = property (lambda self: self._obj.__dbus_object_path__,
None, None,
"The D-Bus object path of the "