summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorZach Tibbitts <zach@collegegeek.org>2007-02-08 00:59:42 +0000
committerZach Tibbitts <zach@collegegeek.org>2007-02-08 00:59:42 +0000
commit60a0af02378081476a4fc9e0b2a2733233795749 (patch)
treec27dbb9c7281bb34b85b27d1f53ac40419c523b2 /scripts
parenta4202f6c3555050e0cac7b2be554b8fae4f1580b (diff)
downloaddeluge-60a0af02378081476a4fc9e0b2a2733233795749.tar.gz
deluge-60a0af02378081476a4fc9e0b2a2733233795749.tar.bz2
deluge-60a0af02378081476a4fc9e0b2a2733233795749.zip
now installs and runs properly
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/deluge4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/deluge b/scripts/deluge
index 8a053d3de..c007ba6a9 100755
--- a/scripts/deluge
+++ b/scripts/deluge
@@ -50,8 +50,8 @@ interface = None
if not "org.deluge_torrent.Deluge" in dbus_objects:
print "no existing Deluge session"
- import delugegtk
- interface = delugegtk.DelugeGTK()
+ import deluge, deluge.delugegtk
+ interface = deluge.delugegtk.DelugeGTK()
for arg in args:
apath = os.path.abspath(arg)
if apath.endswith(".torrent"):