dabo Commit
Revision 3952
Date: 2008-03-12 23:20:58 -0700 (Wed, 12 Mar 2008)
Author: Nate
Trac: http://svn.dabodev.com/trac/dabo/changeset/3952

Changed:
U   trunk/dabo/biz/dBizobj.py

Log:
The indentation of the pass statement on the onNew bizobj function was not 
correct.  Paul, does this help your problem at all?

Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py   2008-03-11 15:38:02 UTC (rev 3951)
+++ trunk/dabo/biz/dBizobj.py   2008-03-13 06:20:58 UTC (rev 3952)
@@ -1142,7 +1142,7 @@
                catch it (the record will not be marked 'dirty'). Use 
afterNew() if you
                instead want the memento system to record the changes.
                """
-       pass
+               pass
 
 
        def setParentFK(self, val=None):




_______________________________________________
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]

Reply via email to