diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2017-09-05 08:24:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-05 08:24:46 +0000 |
commit | ca6539a8f8c7f608623cdd578d2d606322f06370 (patch) | |
tree | 2520700acb7a11aa485c5878e7a3a553cbec33d1 /utils/test/testapi/opnfv_testapi/common | |
parent | ab38b8924b8b39eb44201f9bfa41f009a3eea0a1 (diff) | |
parent | 0b087ed645c0cd125cf5c6198f2bf115cb4de4b0 (diff) |
Merge "bugfix: leverage data_files to stop hacking setup.py"
Diffstat (limited to 'utils/test/testapi/opnfv_testapi/common')
-rw-r--r-- | utils/test/testapi/opnfv_testapi/common/config.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/test/testapi/opnfv_testapi/common/config.py b/utils/test/testapi/opnfv_testapi/common/config.py index 03515addd..140e49283 100644 --- a/utils/test/testapi/opnfv_testapi/common/config.py +++ b/utils/test/testapi/opnfv_testapi/common/config.py @@ -20,10 +20,6 @@ class Config(object): self._set_config_file() self._parse() self._parse_per_page() - self.static_path = os.path.join( - os.path.dirname(os.path.normpath(__file__)), - os.pardir, - 'static') def _parse(self): if not os.path.exists(self.config_file): |