From 57405bbc680d448bcd41feba7fe4f627de011c24 Mon Sep 17 00:00:00 2001 From: Zach Tibbitts Date: Tue, 28 Nov 2006 22:55:53 +0000 Subject: [PATCH] nomsg --- deluge.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deluge.py b/deluge.py index c718d357c..dbca21f3c 100644 --- a/deluge.py +++ b/deluge.py @@ -5,9 +5,11 @@ # Deluge in order to allow # for multiple frontends - - +import sys, os, dbus class Deluge: def __init__(self): + ## Start the daemon and register it with dbus. + + pass \ No newline at end of file