Module: deluge
Branch: master
Commit: 1822c2bde99c46510f8145b16bfdd22005e1730b

Author: Damien Churchill <[email protected]>
Date:   Sun Oct 31 10:13:22 2010 +0000

fix a silly bug

---

 setup.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/setup.py b/setup.py
index a8e8814..6f9c60a 100644
--- a/setup.py
+++ b/setup.py
@@ -436,7 +436,7 @@ entry_points = {
 
 
 if windows_check():
-    entry_points["console-scripts"].append("deluge-debug = 
deluge.main:start_ui")
+    entry_points["console_scripts"].append("deluge-debug = 
deluge.main:start_ui")
 
 # Main setup
 setup(

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to