dabo Commit Revision 7311 Date: 2013-01-04 09:10:17 -0800 (Fri, 04 Jan 2013) Author: Ed Trac: http://trac.dabodev.com/changeset/7311
Changed: U trunk/dabo/ui/uiwx/__init__.py Log: Added the dNode class to the uiwx namespace. Diff: Modified: trunk/dabo/ui/uiwx/__init__.py =================================================================== --- trunk/dabo/ui/uiwx/__init__.py 2013-01-04 17:08:56 UTC (rev 7310) +++ trunk/dabo/ui/uiwx/__init__.py 2013-01-04 17:10:17 UTC (rev 7311) @@ -185,6 +185,7 @@ from dToolBar import dToolBar from dToolBar import dToolBarItem from dToggleButton import dToggleButton +from dTreeView import dNode from dTreeView import dTreeView from dLed import dLed import dUICursors as dUICursors _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
