moved library
This commit is contained in:
2
flood.py
2
flood.py
@@ -340,7 +340,7 @@ class manager:
|
|||||||
ret.update(self.get_supp_torrent_state(unique_ID))
|
ret.update(self.get_supp_torrent_state(unique_ID))
|
||||||
|
|
||||||
# Get queue position
|
# Get queue position
|
||||||
ret['queue_pos'] = self.queue.index(unique_ID)
|
ret['queue_pos'] = self.state.queue.index(unique_ID)
|
||||||
|
|
||||||
return ret
|
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",
|
url="http://deluge-torrent.org",
|
||||||
license="GPLv2",
|
license="GPLv2",
|
||||||
scripts=["scripts/deluge"],
|
scripts=["scripts/deluge"],
|
||||||
py_modules=["dcommon", "delugegtk", "flood","library/flood_stats"],
|
py_modules=["dcommon", "delugegtk", "flood","flood_stats"],
|
||||||
packages=["library"],
|
packages=["library"],
|
||||||
data_files=[("glade", ["glade/delugegtk.glade"])],
|
data_files=[("glade", ["glade/delugegtk.glade"])],
|
||||||
##ext_modules=[flood_core]
|
ext_modules=[flood_core]
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user