Removed some spurious flat-API namespace pollution introduced by the py3 conversion effort
This commit is contained in:
parent
907322cc2f
commit
ed1b3ee819
1 changed files with 4 additions and 0 deletions
|
|
@ -298,3 +298,7 @@ def _init():
|
||||||
syscmdkeys = SystemCmds()
|
syscmdkeys = SystemCmds()
|
||||||
del SystemCmds
|
del SystemCmds
|
||||||
del _EvContainer
|
del _EvContainer
|
||||||
|
|
||||||
|
del object
|
||||||
|
del absolute_import
|
||||||
|
del print_function
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue