This commit is contained in:
Zach Tibbitts 2006-11-28 22:55:53 +00:00
parent 14a0e87352
commit 57405bbc68
1 changed files with 4 additions and 2 deletions

View File

@ -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