dabo Commit Revision 3903 Date: 2008-02-04 11:44:57 -0800 (Mon, 04 Feb 2008) Author: Paul Trac: http://svn.dabodev.com/trac/dabo/changeset/3903
Changed: U tags/dabo-0.8.3/dabo/__init__.py Log: Backported the setting of frameworkPath to dabo-0.8.3, as it is required for 0.8.3 to work. Diff: Modified: tags/dabo-0.8.3/dabo/__init__.py =================================================================== --- tags/dabo-0.8.3/dabo/__init__.py 2008-01-30 23:11:02 UTC (rev 3902) +++ tags/dabo-0.8.3/dabo/__init__.py 2008-02-04 19:44:57 UTC (rev 3903) @@ -166,6 +166,8 @@ import dabo.biz import dabo.ui +# Store the base path to the framework +frameworkPath = os.path.dirname(dabo.__file__) # Define the standard Dabo subdirectory stucture for apps. def _getAppDirectoryNames(): _______________________________________________ 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]
