Module: deluge
Branch: master
Commit: f7f928f0b9a2f39297537042273095eddeab1045

Author: Damien Churchill <[email protected]>
Date:   Wed Mar 10 10:39:20 2010 +0000

fix the entry point for web plugins

---

 deluge/scripts/create_plugin.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/deluge/scripts/create_plugin.py b/deluge/scripts/create_plugin.py
index c31f14c..b8becc8 100644
--- a/deluge/scripts/create_plugin.py
+++ b/deluge/scripts/create_plugin.py
@@ -185,7 +185,7 @@ setup(
     %%s = %%s:CorePlugin
     [deluge.plugin.gtkui]
     %%s = %%s:GtkUIPlugin
-    [deluge.plugin.webui]
+    [deluge.plugin.web]
     %%s = %%s:WebUIPlugin
     \"\"\" %% ((__plugin_name__, __plugin_name__.lower())*3)
 )

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