dabo Commit
Revision 2216
Date: 2006-06-16 05:50:53 -0700 (Fri, 16 Jun 2006)
Author: ed

Changed:
U   trunk/dabo/lib/reportWriter.py

Log:
Fixed missing parenthesis in property declaration.


Diff:
Modified: trunk/dabo/lib/reportWriter.py
===================================================================
--- trunk/dabo/lib/reportWriter.py      2006-06-15 17:16:10 UTC (rev 2215)
+++ trunk/dabo/lib/reportWriter.py      2006-06-16 12:50:53 UTC (rev 2216)
@@ -1866,7 +1866,7 @@
                _("Specifies the python report form data dictionary."))
        
        ReportFormFile = property(_getReportFormFile, _setReportFormFile, None,
-               _("Specifies the path and filename of the report form spec 
file.")
+               _("Specifies the path and filename of the report form spec 
file."))
                
        ReportFormXML = property(_getReportFormXML, _setReportFormXML, None,
                _("Specifies the report format xml."))




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

Reply via email to