This commit is contained in:
parent
ea3bfe9d83
commit
46ab40f73e
2
setup.py
2
setup.py
|
@ -94,7 +94,7 @@ data = [('share/deluge/glade', glob.glob('glade/*.glade')),
|
|||
for plugin in glob.glob('plugins/*'):
|
||||
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.
|
||||
import shutil
|
||||
from distutils import cmd
|
||||
|
|
Loading…
Reference in New Issue