From aa1193a076fb11a56c481387151877fab4e9eb48 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Wed, 18 Apr 2007 09:35:58 +0000 Subject: [PATCH] added new items to __all__ --- direct/src/showbase/PythonUtil.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/direct/src/showbase/PythonUtil.py b/direct/src/showbase/PythonUtil.py index 1715fa77e6..9fd134b0f5 100644 --- a/direct/src/showbase/PythonUtil.py +++ b/direct/src/showbase/PythonUtil.py @@ -25,7 +25,8 @@ __all__ = ['enumerate', 'unique', 'indent', 'nonRepeatingRandomList', 'printNumberedTyped', 'DelayedCall', 'DelayedFunctor', 'FrameDelayedCall', 'ArgumentEater', 'ClassTree', 'getBase', 'superFlattenShip','HotkeyBreaker','logMethodCalls','GoldenRatio', -'GoldenRectangle', 'pivotScalar', 'rad90', 'rad180', 'rad270', 'rad360'] +'GoldenRectangle', 'pivotScalar', 'rad90', 'rad180', 'rad270', 'rad360', +'nullGen', 'loopGen', 'makeFlywheelGen', 'flywheel', ] import types import string