mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 00:18:39 +00:00
-
This commit is contained in:
parent
ea3bfe9d83
commit
46ab40f73e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -94,7 +94,7 @@ data = [('share/deluge/glade', glob.glob('glade/*.glade')),
|
||||||
for plugin in glob.glob('plugins/*'):
|
for plugin in glob.glob('plugins/*'):
|
||||||
data.append( ('share/deluge/' + plugin, glob.glob(plugin + '/*')) )
|
data.append( ('share/deluge/' + plugin, glob.glob(plugin + '/*')) )
|
||||||
|
|
||||||
# Thanks to orra for code to save the location for installed prefix
|
# Thanks to Iain Nicol for code to save the location for installed prefix
|
||||||
# At runtime, we need to know where we installed the data to.
|
# At runtime, we need to know where we installed the data to.
|
||||||
import shutil
|
import shutil
|
||||||
from distutils import cmd
|
from distutils import cmd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue