Browse Source

added new items to __all__

Darren Ranalli 18 years ago
parent
commit
aa1193a076
1 changed files with 2 additions and 1 deletions
  1. 2 1
      direct/src/showbase/PythonUtil.py

+ 2 - 1
direct/src/showbase/PythonUtil.py

@@ -25,7 +25,8 @@ __all__ = ['enumerate', 'unique', 'indent', 'nonRepeatingRandomList',
 'printNumberedTyped', 'DelayedCall', 'DelayedFunctor',
 'printNumberedTyped', 'DelayedCall', 'DelayedFunctor',
 'FrameDelayedCall', 'ArgumentEater', 'ClassTree', 'getBase',
 'FrameDelayedCall', 'ArgumentEater', 'ClassTree', 'getBase',
 'superFlattenShip','HotkeyBreaker','logMethodCalls','GoldenRatio',
 'superFlattenShip','HotkeyBreaker','logMethodCalls','GoldenRatio',
-'GoldenRectangle', 'pivotScalar', 'rad90', 'rad180', 'rad270', 'rad360']
+'GoldenRectangle', 'pivotScalar', 'rad90', 'rad180', 'rad270', 'rad360',
+'nullGen', 'loopGen', 'makeFlywheelGen', 'flywheel', ]
 
 
 import types
 import types
 import string
 import string