mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
removed deluge class
This commit is contained in:
parent
398b40dec9
commit
9005d0e57b
1 changed files with 0 additions and 15 deletions
15
deluge.py
15
deluge.py
|
@ -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
|
Loading…
Add table
Reference in a new issue