removed deluge class

This commit is contained in:
Zach Tibbitts 2006-12-08 18:35:23 +00:00
parent 398b40dec9
commit 9005d0e57b
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
#!/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