Fix starting deluge-web
This commit is contained in:
parent
5bc63fa910
commit
dfa8834db8
|
@ -101,7 +101,7 @@ def rpath(*paths):
|
||||||
"""Convert a relative path into an absolute path relative to the location
|
"""Convert a relative path into an absolute path relative to the location
|
||||||
of this script.
|
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):
|
class GetText(resource.Resource):
|
||||||
def render(self, request):
|
def render(self, request):
|
||||||
|
|
Loading…
Reference in New Issue