This commit is contained in:
Zach Tibbitts 2007-02-28 06:09:32 +00:00
parent ea3bfe9d83
commit 46ab40f73e
1 changed files with 1 additions and 1 deletions

View File

@ -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