nfv/nfv
Al Bailey 7109a8d64a Update Queue to use python3 compatible code
This code has zero impact on python2

ex:
import Queue
print Queue
<module 'Queue' from '/usr/lib64/python2.7/Queue.pyc'>

from six.moves import queue as Queue
print Queue
<module 'Queue' from '/usr/lib64/python2.7/Queue.pyc'>

Story: 2004241
Task: 28039
Change-Id: I9d4949b62803544f38202e422a9fb545e58b400f
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2018-11-21 15:58:51 -06:00
..
centos Merge "replace hardcoded system paths by variables in stx config files" 2018-11-06 19:42:49 +00:00
nfv-client Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
nfv-common Update Queue to use python3 compatible code 2018-11-21 15:58:51 -06:00
nfv-debug-tools/histogram_analysis Add bugbear to flake8 and cleanup some errors 2018-09-13 14:12:48 -05:00
nfv-docs Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
nfv-plugins Do not apply NoExecute taint to AIO hosts when locked 2018-11-09 09:21:25 -06:00
nfv-tests Adding a unit test for nfv_client shell 2018-11-16 12:40:29 -06:00
nfv-tools Clean up imports based on flake8 2018-09-20 16:43:28 -05:00
nfv-vim Merge "Kubernetes, VIM label support" 2018-11-06 21:27:58 +00:00
.coveragerc Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00
.gitignore Add bugbear to flake8 and cleanup some errors 2018-09-13 14:12:48 -05:00
.stestr.conf Convert NFV unit tests from nose to stestr 2018-09-18 12:56:44 -05:00
PKG-INFO StarlingX open source release updates 2018-05-31 07:36:51 -07:00
pylint.rc Add bugbear to flake8 and cleanup some errors 2018-09-13 14:12:48 -05:00
tox.ini Lock down flake8 version 2018-10-24 11:47:10 -05:00