dabo Commit
Revision 2727
Date: 2007-01-20 08:15:16 -0800 (Sat, 20 Jan 2007)
Author: Uwe_Grauer
Changed:
U trunk/dabo/biz/dAutoBizobj.py
Log:
changed wrong function call from f.close to f.close()
Diff:
Modified: trunk/dabo/biz/dAutoBizobj.py
===================================================================
--- trunk/dabo/biz/dAutoBizobj.py 2007-01-19 21:38:35 UTC (rev 2726)
+++ trunk/dabo/biz/dAutoBizobj.py 2007-01-20 16:15:16 UTC (rev 2727)
@@ -168,7 +168,7 @@
for query in queries[k]:
f.write("%s;\n" % (query))
- f.close
+ f.close()
class dAutoBizobj(dBizobj):
"""This class is just like bBizobj but is supports the auto creation of
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev