py2: *: Use dummy placeholder instead of nonlocal
nonlocal is not supported on python2. In kpi_test.py we call Measurement.__init__() directly to remove the need for `mlog = ...` reassignment.
Showing
Please register or sign in to comment