added ScalarTypes

This commit is contained in:
Darren Ranalli 2005-01-20 22:56:12 +00:00
parent 23746b76cf
commit e8e2490603

View File

@ -12,6 +12,7 @@ if __debug__:
from direct.directutil import Verify
ScalarTypes = (types.FloatType, types.IntType, types.LongType)
# NOTE: ifAbsentPut has been replaced with Python's dictionary's builtin setdefault
# before: