mrv.maya.automation
Covered: 6 lines
Missed: 0 lines
Skipped 15 lines
Percent: 100 %
 2
"""Intiailize the automation and process framework for maya """
 3
__docformat__ = "restructuredtext"
 8
if 'init_done' not in locals():
 9
	init_done = False
12
if not init_done:
13
	pass