dabo Commit
Revision 4069
Date: 2008-05-05 13:05:11 -0700 (Mon, 05 May 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4069

Changed:
U   trunk/dabo/ui/uiwx/__init__.py

Log:
Added import of dDockTabs class.

Diff:
Modified: trunk/dabo/ui/uiwx/__init__.py
===================================================================
--- trunk/dabo/ui/uiwx/__init__.py      2008-05-05 18:40:19 UTC (rev 4068)
+++ trunk/dabo/ui/uiwx/__init__.py      2008-05-05 20:05:11 UTC (rev 4069)
@@ -151,6 +151,7 @@
 # dDockForm is not available with wxPython < 2.7
 if wx.VERSION >= (2, 7):
        from dDockForm import dDockForm
+       from dPageFrame import dDockTabs
 
 artConstants = {}
 for item in (it for it in dir(wx) if it.startswith("ART_")):




_______________________________________________
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]

Reply via email to