commit | 9a42f87f37b51eef614abd59a436249bfc4aa88b | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Fri Feb 15 17:56:04 2019 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Tue Mar 05 16:05:15 2019 -0700 |
tree | 63440eb8a7460ed5b12c4d0bb186fb2055db2a2e | |
parent | 4839dec1bc3282349ef618f8721977895a443a0c [diff] [blame] |
[SEBA-450] (part 1) Refactoring, python3 compat, and tox tests on: - xosconfig - xosgenx - xosutil Eliminate use of yaml.load() which is unsafe, switch to yaml.safe_load() More diagnostics during database migration Change-Id: I0fae5782fca401603a7c4e4ec2b9269ad24bda97
diff --git a/lib/xos-genx/xos-genx-tests/helpers.py b/lib/xos-genx/xos-genx-tests/helpers.py index 4687bb3..e6d87ab 100644 --- a/lib/xos-genx/xos-genx-tests/helpers.py +++ b/lib/xos-genx/xos-genx-tests/helpers.py
@@ -13,6 +13,7 @@ # limitations under the License. +from __future__ import absolute_import import os # Constants