dabo Commit
Revision 2228
Date: 2006-06-20 09:34:57 -0700 (Tue, 20 Jun 2006)
Author: ed
Changed:
U trunk/dabo/ui/uiwx/dGrid.py
Log:
Fixed an incorrect class reference to Decimal. Thanks to Simen Haugen for
catching this!
Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2006-06-20 13:38:16 UTC (rev 2227)
+++ trunk/dabo/ui/uiwx/dGrid.py 2006-06-20 16:34:57 UTC (rev 2228)
@@ -2265,7 +2265,7 @@
dataType = "long"
elif isinstance(f, int):
dataType = "int"
- elif _USE_DECIMAL and isinstance(f,
decimal.Decimal):
+ elif _USE_DECIMAL and isinstance(f, Decimal):
dataType = "decimal"
else:
dataType = None
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev