Get rid of dbus 0.94 compatibility, since we build dbus in jhbuild now. Yay!

This commit is contained in:
Marco Pesenti Gritti
2006-11-16 11:07:30 +01:00
parent b51b2917d0
commit 9a7518f230
10 changed files with 3 additions and 70 deletions
+1 -5
View File
@@ -10,11 +10,7 @@ class _ServiceParser(ConfigParser):
class _ServiceManager(object):
def __init__(self):
if env.get_dbus_version() < '0.95':
self._path = '/tmp/sugar-services'
else:
self._path = os.path.expanduser('~/.local/share/dbus-1/services')
self._path = os.path.expanduser('~/.local/share/dbus-1/services')
if not os.path.isdir(self._path):
os.makedirs(self._path)