summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/root.py
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-09-05 08:24:46 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-05 08:24:46 +0000
commiteb8c0dc254aaa743f31071bfdd863653f6ffe0e6 (patch)
tree22d0cadf5308151eec91f8bad860965623c0f737 /testapi/opnfv_testapi/ui/root.py
parentb4500c26170b024b1c7b7a8211aaab4baa0044d3 (diff)
parent97efa7cdf6ea87ec654ca3c6027dbe44b993b176 (diff)
Merge "bugfix: leverage data_files to stop hacking setup.py"
Diffstat (limited to 'testapi/opnfv_testapi/ui/root.py')
-rw-r--r--testapi/opnfv_testapi/ui/root.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/opnfv_testapi/ui/root.py b/testapi/opnfv_testapi/ui/root.py
index 069ad5e..576cbdd 100644
--- a/testapi/opnfv_testapi/ui/root.py
+++ b/testapi/opnfv_testapi/ui/root.py
@@ -5,7 +5,7 @@ from opnfv_testapi.resources import handlers
class RootHandler(handlers.GenericApiHandler):
def get_template_path(self):
- return CONF.static_path
+ return CONF.ui_static_path
@check.login
def get(self):