dabodoc Commit
Revision 31
Date: 2005-10-30 10:16:56 -0800 (Sun, 30 Oct 2005)
Author: paul
Changed:
U trunk/api/getDaboModules.py
Log:
Added code to make dReportWriter appear in the api doc.
Diff:
Modified: trunk/api/getDaboModules.py
===================================================================
--- trunk/api/getDaboModules.py 2005-10-18 17:37:42 UTC (rev 30)
+++ trunk/api/getDaboModules.py 2005-10-30 18:16:56 UTC (rev 31)
@@ -61,9 +61,12 @@
import dabo.db.dbPostgreSQL
import dabo.db.dbFirebird
import dabo.db.dbSQLite
- for module in (dabo, dabo.dSecurityManager, dabo.db.dbPostgreSQL,
+ import dabo.dReportWriter
+ for module in (dabo, dabo.dSecurityManager,
+ dabo.dUserSettingProvider,
+ dabo.db.dbPostgreSQL,
dabo.db, dabo.biz, dabo.ui, dabo.db.dbMySQL,
dabo.db.dbSQLite,
- dabo.db.dbFirebird):
+ dabo.db.dbFirebird, dabo.dReportWriter):
for i in dir(module):
c = module.__dict__[i]
if type(c) == type and issubclass(c, dObject):
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev