daboide Commit
Revision 215
Date: 2005-10-30 10:18:43 -0800 (Sun, 30 Oct 2005)
Author: paul

Changed:
U   trunk/wizards/AppWizardX.py

Log:
Added a resources directory to the app wizard output, for keeping things like
icons and images.


Diff:
Modified: trunk/wizards/AppWizardX.py
===================================================================
--- trunk/wizards/AppWizardX.py 2005-10-28 01:31:02 UTC (rev 214)
+++ trunk/wizards/AppWizardX.py 2005-10-30 18:18:43 UTC (rev 215)
@@ -777,7 +777,7 @@
                        appName = os.path.split(self.outputDirectory)[-1]
                        
                        ## Create the directory structure:
-                       for d in ("biz", "db", "ui", "reports"):
+                       for d in ("biz", "db", "ui", "resources", "reports"):
                                if not os.path.exists(d):
                                        os.mkdir(d)
 




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to