Source code for jukeboxmaya

__author__ = 'David Zuber'
__email__ = 'zuber.david@gmx.de'
__version__ = '3.0.0'


STANDALONE_INITIALIZED = None
"""After calling :func:`init` this is True, if maya standalone
has been initialized or False, if you are running
from within maya.
It is None, if initialized has not been called yet.
"""