mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-22 17:29:19 +00:00
moved library
This commit is contained in:
parent
af492ecc5a
commit
85a9d621b2
2
flood.py
2
flood.py
@ -340,7 +340,7 @@ class manager:
|
||||
ret.update(self.get_supp_torrent_state(unique_ID))
|
||||
|
||||
# Get queue position
|
||||
ret['queue_pos'] = self.queue.index(unique_ID)
|
||||
ret['queue_pos'] = self.state.queue.index(unique_ID)
|
||||
|
||||
return ret
|
||||
|
||||
|
4
setup.py
4
setup.py
@ -73,8 +73,8 @@ setup(name="Deluge", fullname="Deluge Bittorrent Client", version="0.5.0",
|
||||
url="http://deluge-torrent.org",
|
||||
license="GPLv2",
|
||||
scripts=["scripts/deluge"],
|
||||
py_modules=["dcommon", "delugegtk", "flood","library/flood_stats"],
|
||||
py_modules=["dcommon", "delugegtk", "flood","flood_stats"],
|
||||
packages=["library"],
|
||||
data_files=[("glade", ["glade/delugegtk.glade"])],
|
||||
##ext_modules=[flood_core]
|
||||
ext_modules=[flood_core]
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user