basic work, gui runs

This commit is contained in:
Zach Tibbitts
2006-11-28 22:28:37 +00:00
parent 64bf082308
commit d6dd893c71
4 changed files with 689 additions and 592 deletions

13
deluge.py Normal file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env python2.4
#
# Deluge backend
# A daemonized backend for
# Deluge in order to allow
# for multiple frontends
class Deluge:
def __init__(self):
pass