dabo Commit Revision 4729 Date: 2008-11-28 06:06:44 -0800 (Fri, 28 Nov 2008) Author: Ed Trac: http://svn.dabodev.com/trac/dabo/changeset/4729
Changed: U trunk/ide/wizards/AppWizard/spec-BizBase.py.txt U trunk/ide/wizards/AppWizard/spec-FrmBase.py.txt U trunk/ide/wizards/AppWizard/spec-GrdBase.py.txt U trunk/ide/wizards/AppWizard/spec-PagBase.py.txt U trunk/ide/wizards/AppWizard/spec-PagEditBase.py.txt U trunk/ide/wizards/AppWizard/spec-PagSelectBase.py.txt Log: Updated all the template files to reference 'datanav' instead of 'datanav2' Diff: Modified: trunk/ide/wizards/AppWizard/spec-BizBase.py.txt =================================================================== --- trunk/ide/wizards/AppWizard/spec-BizBase.py.txt 2008-11-28 14:02:02 UTC (rev 4728) +++ trunk/ide/wizards/AppWizard/spec-BizBase.py.txt 2008-11-28 14:06:44 UTC (rev 4729) @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -import dabo.lib.datanav2 as datanav +import dabo.lib.datanav class Base(datanav.Bizobj): Modified: trunk/ide/wizards/AppWizard/spec-FrmBase.py.txt =================================================================== --- trunk/ide/wizards/AppWizard/spec-FrmBase.py.txt 2008-11-28 14:02:02 UTC (rev 4728) +++ trunk/ide/wizards/AppWizard/spec-FrmBase.py.txt 2008-11-28 14:06:44 UTC (rev 4729) @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- import dabo.ui -import dabo.lib.datanav2 as datanav +import dabo.lib.datanav from MenFileOpen import MenFileOpen from MenReports import MenReports Modified: trunk/ide/wizards/AppWizard/spec-GrdBase.py.txt =================================================================== --- trunk/ide/wizards/AppWizard/spec-GrdBase.py.txt 2008-11-28 14:02:02 UTC (rev 4728) +++ trunk/ide/wizards/AppWizard/spec-GrdBase.py.txt 2008-11-28 14:06:44 UTC (rev 4729) @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -import dabo.lib.datanav2 as datanav +import dabo.lib.datanav class GrdBase(datanav.Grid): Modified: trunk/ide/wizards/AppWizard/spec-PagBase.py.txt =================================================================== --- trunk/ide/wizards/AppWizard/spec-PagBase.py.txt 2008-11-28 14:02:02 UTC (rev 4728) +++ trunk/ide/wizards/AppWizard/spec-PagBase.py.txt 2008-11-28 14:06:44 UTC (rev 4729) @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -import dabo.lib.datanav2 as datanav +import dabo.lib.datanav class PagBase(datanav.Page): Modified: trunk/ide/wizards/AppWizard/spec-PagEditBase.py.txt =================================================================== --- trunk/ide/wizards/AppWizard/spec-PagEditBase.py.txt 2008-11-28 14:02:02 UTC (rev 4728) +++ trunk/ide/wizards/AppWizard/spec-PagEditBase.py.txt 2008-11-28 14:06:44 UTC (rev 4729) @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -import dabo.lib.datanav2 as datanav +import dabo.lib.datanav class PagEditBase(datanav.EditPage): Modified: trunk/ide/wizards/AppWizard/spec-PagSelectBase.py.txt =================================================================== --- trunk/ide/wizards/AppWizard/spec-PagSelectBase.py.txt 2008-11-28 14:02:02 UTC (rev 4728) +++ trunk/ide/wizards/AppWizard/spec-PagSelectBase.py.txt 2008-11-28 14:06:44 UTC (rev 4729) @@ -3,7 +3,7 @@ import dabo from dabo.dObject import dObject import dabo.dEvents as dEvents -import dabo.lib.datanav2 as datanav +import dabo.lib.datanav IGNORE_STRING = datanav.IGNORE_STRING _______________________________________________ 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]
