deluge/deluge.py
Zach Tibbitts 57405bbc68 nomsg
2006-11-28 22:55:53 +00:00

15 lines
245 B
Python

#!/usr/bin/env python2.4
#
# Deluge backend
# A daemonized backend for
# 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