dabo Commit
Revision 5986
Date: 2010-09-10 09:58:02 -0700 (Fri, 10 Sep 2010)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5986
Changed:
U trunk/dabo/lib/reportWriter.py
Log:
Made the Bands property a CaselessDict, to fall in line with most other
dictionaries in the report writer.
Diff:
Modified: trunk/dabo/lib/reportWriter.py
===================================================================
--- trunk/dabo/lib/reportWriter.py 2010-09-10 14:47:46 UTC (rev 5985)
+++ trunk/dabo/lib/reportWriter.py 2010-09-10 16:58:02 UTC (rev 5986)
@@ -2464,7 +2464,7 @@
try:
v = self._bands
except AttributeError:
- v = self._bands = {}
+ v = self._bands = CaselessDict()
return v
_______________________________________________
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]