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