http: Explicitly define template path for this router

Fixes #774
This commit is contained in:
Stein Magnus Jodal 2014-07-11 23:55:12 +02:00
parent 4cf8724714
commit 6e226326fd

View File

@ -152,6 +152,9 @@ class ClientListHandler(tornado.web.RequestHandler):
self.apps = apps
self.statics = statics
def get_template_path(self):
return os.path.dirname(__file__)
def get(self):
set_mopidy_headers(self)