##// END OF EJS Templates
Renamed widget python classes to avoid name stomping
Renamed widget python classes to avoid name stomping

File last commit:

r14267:bcc71453
r14267:bcc71453
Show More
__init__.py
10 lines | 369 B | text/x-python | PythonLexer
from widget import Widget, init_widget_js
from widget_bool import BoolWidget
from widget_container import ContainerWidget
from widget_float import FloatWidget
from widget_float_range import FloatRangeWidget
from widget_int import IntWidget
from widget_int_range import IntRangeWidget
from widget_selection import SelectionWidget
from widget_string import StringWidget