mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 04:27:16 +02:00
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()
|
||||
del SystemCmds
|
||||
del _EvContainer
|
||||
|
||||
del object
|
||||
del absolute_import
|
||||
del print_function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue