##// END OF EJS Templates
Added missing import reference for bool widget
Added missing import reference for bool widget

File last commit:

r14264:6963d31d
r14264:6963d31d
Show More
__init__.py
8 lines | 255 B | text/x-python | PythonLexer
from base import Widget, init_widget_js
from bool import BoolWidget
from container import ContainerWidget
from float_range import FloatRangeWidget
from int_range import IntRangeWidget
from selection import SelectionWidget
from string import StringWidget