dabo Commit
Revision 7169
Date: 2012-05-01 09:49:54 -0700 (Tue, 01 May 2012)
Author: Ed
Trac: http://trac.dabodev.com/changeset/7169
Changed:
U trunk/ide/ClassDesignerTreeSheet.py
Log:
Removed obsolete import
Diff:
Modified: trunk/ide/ClassDesignerTreeSheet.py
===================================================================
--- trunk/ide/ClassDesignerTreeSheet.py 2012-05-01 16:48:01 UTC (rev 7168)
+++ trunk/ide/ClassDesignerTreeSheet.py 2012-05-01 16:49:54 UTC (rev 7169)
@@ -13,7 +13,6 @@
from ClassDesignerComponents import NoSizerBasePanel
from DragHandle import DragHandle
import ClassDesignerMenu
-from MenuBarPanel import MenuBarPanel
from MenuPanel import MenuPanel
from MenuDesignerComponents import SeparatorPanel
dui = dabo.ui
@@ -359,7 +358,7 @@
childNode = node.appendChild(cap)
childNode.Object = itm
- if not isinstance(itm, (SeparatorPanel, MenuPanel,
MenuBarPanel)):
+ if not isinstance(itm, (SeparatorPanel, MenuPanel)):
if hasattr(itm, "Sizer") and itm.Sizer:
if isinstance(itm,
dui.dialogs.WizardPage):
self._recurseChildren(itm.Children, childNode, noDisplay)
_______________________________________________
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]