Author: damoxc
Revision: 5791
Log:
fix web plugin entry point
Diff:
Modified: trunk/deluge/plugins/stats/setup.py
===================================================================
--- trunk/deluge/plugins/stats/setup.py 2009-10-01 10:25:11 UTC (rev 5790)
+++ trunk/deluge/plugins/stats/setup.py 2009-10-01 10:32:20 UTC (rev 5791)
@@ -75,7 +75,7 @@
%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
-~----------~----~----~----~------~----~------~--~---