Fix starting deluge-web

This commit is contained in:
Andrew Resch 2011-06-06 14:57:38 -07:00
parent 5bc63fa910
commit dfa8834db8
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ def rpath(*paths):
"""Convert a relative path into an absolute path relative to the location
of this script.
"""
return common.resource_filename(__name__, os.path.join(*paths))
return common.resource_filename("deluge.ui.web", os.path.join(*paths))
class GetText(resource.Resource):
def render(self, request):