import _Producer import _osgGA import _osgProducer __all__ = dir(_osgProducer) __ignore = ['__file__', '__module__', '__name__'] for (key, val) in _osgProducer.__dict__.items(): if key in __ignore: continue globals()[key] = val