From 46ab40f73e2f0c9d57735e3f180ad5fc17139992 Mon Sep 17 00:00:00 2001 From: Zach Tibbitts Date: Wed, 28 Feb 2007 06:09:32 +0000 Subject: [PATCH] - --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1059832ba..3fbf197dd 100644 --- a/setup.py +++ b/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