nfv/nfv/nfv-common
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
..
nfv_common Update Queue to use python3 compatible code 2018-11-21 15:58:51 -06:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:51 -07:00
setup.py Clean up imports based on flake8 2018-09-20 16:43:28 -05:00