From 9ae32f058d2c9c7781ab6ddd2d78bb412d8a3095 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sun, 8 Jun 2008 02:26:19 +0200 Subject: Removed legacy plugins --- portato/plugins/dbus_init.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 portato/plugins/dbus_init.py (limited to 'portato/plugins/dbus_init.py') diff --git a/portato/plugins/dbus_init.py b/portato/plugins/dbus_init.py deleted file mode 100644 index 653af31..0000000 --- a/portato/plugins/dbus_init.py +++ /dev/null @@ -1,10 +0,0 @@ -try: - from dbus.mainloop.glib import threads_init -except ImportError: - threads_init = None - -from portato.constants import USE_CATAPULT - -def dbus_init (*args): - if USE_CATAPULT and threads_init is not None: - threads_init() -- cgit v1.2.3-70-g09d2