dabo Commit Revision 5989 Date: 2010-09-12 10:03:38 -0700 (Sun, 12 Sep 2010) Author: Ed Trac: http://trac.dabodev.com/changeset/5989
Changed: U trunk/dabo/ui/uiwx/dFormMain.py Log: Removed unneeded import line that was causing errors when running the standalone test. Diff: Modified: trunk/dabo/ui/uiwx/dFormMain.py =================================================================== --- trunk/dabo/ui/uiwx/dFormMain.py 2010-09-10 21:34:29 UTC (rev 5988) +++ trunk/dabo/ui/uiwx/dFormMain.py 2010-09-12 17:03:38 UTC (rev 5989) @@ -4,7 +4,6 @@ import dabo import dabo.dEvents as dEvents import dFormMixin as fm -import dPanel, dIcons, dSizer class dFormMainBase(fm.dFormMixin): _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
