Get rid of our custom dbus config, simplify stuff

This commit is contained in:
Marco Pesenti Gritti
2006-12-01 21:24:24 +01:00
parent 0e2d9b496a
commit cf156fac07
7 changed files with 10 additions and 83 deletions
+1 -3
View File
@@ -10,9 +10,7 @@ class _ServiceParser(ConfigParser):
class _ServiceManager(object):
def __init__(self):
self._path = os.path.expanduser('~/.local/share/dbus-1/services')
if not os.path.isdir(self._path):
os.makedirs(self._path)
self._path = env.get_user_service_dir()
def add(self, bundle):
name = bundle.get_service_name()