ntpviz: Change some 'from' to 'import', But not __future__
This reduces root namespace pollution. But continue to use From __future__ as the whole point of that IS to overwrite the root namespace.
Loading
Please register or sign in to comment
This reduces root namespace pollution. But continue to use From __future__ as the whole point of that IS to overwrite the root namespace.