This is an upgrade to python3. The main changes are:
first pass upgrade of py files using 2to3-3.6; then:
upgrade shebang to #!/usr/bin/env python3
import of io instead of StringIO
changes to import of urllib
hard tabs to soft tabs (4 spaces)
and these changes around line 164 in ngmaster.py:
This is an upgrade to
python3
. The main changes are:first pass upgrade of
py
files using2to3-3.6
; then: upgrade shebang to#!/usr/bin/env python3
import ofio
instead ofStringIO
changes to import ofurllib
hard tabs to soft tabs (4 spaces) and these changes around line 164 inngmaster.py
:ngmaster --test
successfully runs. Please run some real test cases to see if results are as expected.