dabo Commit
Revision 3178
Date: 2007-06-14 13:57:37 -0700 (Thu, 14 Jun 2007)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/3178

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

Log:
Fixed a bug added recently in dPemMixin regarding wizard pages: the 
dabo.ui.dialogs module space doesn't exist without importing it
first.


Diff:
Modified: trunk/dabo/ui/uiwx/dPemMixin.py
===================================================================
--- trunk/dabo/ui/uiwx/dPemMixin.py     2007-06-14 17:37:17 UTC (rev 3177)
+++ trunk/dabo/ui/uiwx/dPemMixin.py     2007-06-14 20:57:37 UTC (rev 3178)
@@ -16,7 +16,6 @@
 from dabo.lib.utils import dictStringify
 
 
-
 class dPemMixin(dPemMixinBase):
        """ Provides Property/Event/Method interfaces for dForms and dControls.
 
@@ -765,6 +764,7 @@
                """If this object is inside of any paged control, it will force 
all containing
                paged controls to switch to the page that contains this object.
                """
+               import dabo.ui.dialogs
                try:
                        frm = self.Form
                except:




_______________________________________________
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/dabo-dev/[EMAIL PROTECTED]

Reply via email to