Author: damoxc
Revision: 5758
Log:
remove the test children accidentally left in
Diff:
Modified: trunk/deluge/ui/web/server.py
===================================================================
--- trunk/deluge/ui/web/server.py 2009-09-16 09:03:30 UTC (rev 5757)
+++ trunk/deluge/ui/web/server.py 2009-09-16 09:38:17 UTC (rev 5758)
@@ -368,8 +368,6 @@
self.putChild("render", Render())
self.putChild("themes", static.File(rpath("themes")))
self.putChild("tracker", Tracker())
- self.putChild("test", static.File("test.html"))
- self.putChild("test.js", static.File("test.js"))
theme = component.get("DelugeWeb").config["theme"]
self.__stylesheets.insert(1, "/css/xtheme-%s.css" % theme)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---