dabo Commit
Revision 5535
Date: 2009-11-28 09:13:55 -0800 (Sat, 28 Nov 2009)
Author: Nate
Trac: http://trac.dabodev.com/changeset/5535
Changed:
U trunk/dabo/dApp.py
Log:
Added a lib directory into the standard Dabo structure. I found myself needing
a lib directory for application specific modules I needed.
Diff:
Modified: trunk/dabo/dApp.py
===================================================================
--- trunk/dabo/dApp.py 2009-11-26 02:36:42 UTC (rev 5534)
+++ trunk/dabo/dApp.py 2009-11-28 17:13:55 UTC (rev 5535)
@@ -940,7 +940,7 @@
currsyspath = sys.path
if not currdir in sys.path:
sys.path.insert(0, currdir)
- for dd in ("biz", "db", "ui", "resources", "reports"):
+ for dd in ("biz", "db", "ui", "lib", "resources", "reports"):
currmod = getattr(self, dd, None)
if sys.version.split()[0].split(".") >= ["2", "5"]:
try:
_______________________________________________
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]