Removed some spurious flat-API namespace pollution introduced by the py3 conversion effort

This commit is contained in:
Griatch 2016-02-26 12:02:20 +01:00
parent 907322cc2f
commit ed1b3ee819

View file

@ -298,3 +298,7 @@ def _init():
syscmdkeys = SystemCmds()
del SystemCmds
del _EvContainer
del object
del absolute_import
del print_function