From fcee0e315fb8959b5e52ca7e3ad846ea085425c1 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Mon, 22 Oct 2007 20:59:07 +0000 Subject: [PATCH] remove name and value from builtins --- direct/src/distributed/MsgTypes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/distributed/MsgTypes.py b/direct/src/distributed/MsgTypes.py index 3555a0c895..0d262434f9 100644 --- a/direct/src/distributed/MsgTypes.py +++ b/direct/src/distributed/MsgTypes.py @@ -93,6 +93,7 @@ MsgId2Names = invertDictLossless(MsgName2Id) # put msg names in module scope, assigned to msg value for name, value in MsgName2Id.items(): exec '%s = %s' % (name, value) +del name, value # These messages are ignored when the client is headed to the quiet zone QUIET_ZONE_IGNORED_LIST = [