Fixing interact imports.

This commit is contained in:
Brian E. Granger 2014-02-01 09:48:39 -08:00 committed by MinRK
parent 2ef393aaa3
commit 55cddce784
2 changed files with 82 additions and 71 deletions

View File

@ -9,3 +9,4 @@ from .widget_int import IntTextWidget, BoundedIntTextWidget, IntSliderWidget, In
from .widget_selection import RadioButtonsWidget, ToggleButtonsWidget, DropdownWidget, SelectWidget
from .widget_selectioncontainer import TabWidget, AccordionWidget
from .widget_string import HTMLWidget, LatexWidget, TextWidget, TextareaWidget
from .interaction import interact, interactive

File diff suppressed because one or more lines are too long