mrv.maya.ui.panel
Covered: 9 lines
Missed: 0 lines
Skipped 5 lines
Percent: 100 %
 2
"""
 3
Contains implementations of maya editors
 4
"""
 5
__docformat__ = "restructuredtext"
 6
import base as uibase
 7
import util as uiutil
10
class Panel( uibase.NamedUI, uiutil.UIContainerBase ):
11
	""" Structural base  for all Layouts allowing general queries and name handling
12
	Layouts may track their children """