Comment 0 for bug 1576396

Revision history for this message
Tony Tan (tonytan4ever) wrote :

Currently the repo uses python 2.x style print statement, this poses a hurdle for supporting Python 3.x down the line. Most OpenStack project requires python3.4 support.

Also some requirements.txt dependencies has been updated (namely, scapy (needs scapy-python3 to run in Python 3), and an unused function generate-uuid has bee removed as well,